Update python-productmd to 1.4-1
This commit is contained in:
parent
d03aae7fc8
commit
e490ff0b39
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/productmd-1.1.tar.gz
|
/productmd-1.1.tar.gz
|
||||||
/productmd-1.2.tar.bz2
|
/productmd-1.2.tar.bz2
|
||||||
/python-productmd-1.3.tar.gz
|
/python-productmd-1.3.tar.gz
|
||||||
|
/python-productmd-1.4.tar.gz
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
|
|
||||||
# this must go after all 'License:' tags
|
|
||||||
%{!?_licensedir:%global license %doc}
|
|
||||||
|
|
||||||
%if 0%{?fedora} && 0%{?fedora} <= 12
|
%if 0%{?fedora} && 0%{?fedora} <= 12
|
||||||
%global with_python3 0
|
%global with_python3 0
|
||||||
%endif
|
%endif
|
||||||
@ -21,7 +18,7 @@
|
|||||||
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
||||||
|
|
||||||
Name: python-productmd
|
Name: python-productmd
|
||||||
Version: 1.3
|
Version: 1.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library providing parsers for metadata related to OS installation
|
Summary: Library providing parsers for metadata related to OS installation
|
||||||
|
|
||||||
@ -87,6 +84,9 @@ and installation media.
|
|||||||
%{__python3} ./setup.py test
|
%{__python3} ./setup.py test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# this must go after all 'License:' tags
|
||||||
|
%{!?_licensedir:%global license %doc}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
@ -103,6 +103,25 @@ and installation media.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 10 2017 Lubomír Sedlář <lsedlar@redhat.com> 1.4-1
|
||||||
|
- Fix loading variants from legacy composeinfo. (dmach@redhat.com)
|
||||||
|
- Fix sorting composes (lsedlar@redhat.com)
|
||||||
|
- Compose: scan all subdirs under compose_path for metadata.
|
||||||
|
(dmach@redhat.com)
|
||||||
|
- Add Python 3.6 on Travis (lsedlar@redhat.com)
|
||||||
|
- tests: add tests for ComposeInfo.get_variants() (kdreyer@redhat.com)
|
||||||
|
- tests: composeinfo variant arches are sets (kdreyer@redhat.com)
|
||||||
|
- composeinfo: py3 support for sort in get_variants() (kdreyer@redhat.com)
|
||||||
|
- composeinfo: py3 support for iter in get_variants() (kdreyer@redhat.com)
|
||||||
|
- composeinfo: check variant arches as a set (kdreyer@redhat.com)
|
||||||
|
- composeinfo: fix arch kwarg handling in get_arches() (kdreyer@redhat.com)
|
||||||
|
- Configure bztar with setup.cfg (lsedlar@redhat.com)
|
||||||
|
- Remove requirements.txt (lsedlar@redhat.com)
|
||||||
|
- Include requirements.txt in tarball (lsedlar@redhat.com)
|
||||||
|
- Move %%license definition just before %%files (lsedlar@redhat.com)
|
||||||
|
- Remove builder.test from releasers.conf (lsedlar@redhat.com)
|
||||||
|
- Install deps with setup.py on Travis (lsedlar@redhat.com)
|
||||||
|
|
||||||
* Wed Nov 23 2016 Lubomír Sedlář <lsedlar@redhat.com> 1.3-1
|
* Wed Nov 23 2016 Lubomír Sedlář <lsedlar@redhat.com> 1.3-1
|
||||||
- new package built with tito
|
- new package built with tito
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user