- Support timezone command usage without timezone specification (mkolman)
- Formatting fixes (mkolman) - Download translations less frequently. (#83) (dshea) - Adapt to the new version of mypy (#82) (dshea) - The pykickstart package should require a specific python3-kickstart. (clumens) - Use set_to_self and set_to_obj internally. (clumens) - Remove the locales from zanata.xml. (clumens)
This commit is contained in:
parent
7c379025d7
commit
eec73e3f38
1
.gitignore
vendored
1
.gitignore
vendored
@ -168,3 +168,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.28.tar.gz
|
/pykickstart-2.28.tar.gz
|
||||||
/pykickstart-2.29.tar.gz
|
/pykickstart-2.29.tar.gz
|
||||||
/pykickstart-2.30.tar.gz
|
/pykickstart-2.30.tar.gz
|
||||||
|
/pykickstart-2.31.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.30
|
Version: 2.31
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
@ -29,7 +29,7 @@ BuildRequires: python3-requests
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
|
|
||||||
Requires: python3-kickstart
|
Requires: python3-kickstart = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python utilities for manipulating kickstart files. The Python 2 and 3 libraries
|
Python utilities for manipulating kickstart files. The Python 2 and 3 libraries
|
||||||
@ -121,8 +121,14 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30-2
|
* Thu Jul 21 2016 Chris Lumens <clumens@redhat.com> - 2.31-1
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- Support timezone command usage without timezone specification (mkolman)
|
||||||
|
- Formatting fixes (mkolman)
|
||||||
|
- Download translations less frequently. (#83) (dshea)
|
||||||
|
- Adapt to the new version of mypy (#82) (dshea)
|
||||||
|
- The pykickstart package should require a specific python3-kickstart. (clumens)
|
||||||
|
- Use set_to_self and set_to_obj internally. (clumens)
|
||||||
|
- Remove the locales from zanata.xml. (clumens)
|
||||||
|
|
||||||
* Tue May 10 2016 Chris Lumens <clumens@redhat.com> - 2.30-1
|
* Tue May 10 2016 Chris Lumens <clumens@redhat.com> - 2.30-1
|
||||||
- Add documentation for --excludeWeakdeps (dshea)
|
- Add documentation for --excludeWeakdeps (dshea)
|
||||||
|
Loading…
Reference in New Issue
Block a user