- 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.29.tar.gz
|
||||
/pykickstart-2.30.tar.gz
|
||||
/pykickstart-2.31.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: pykickstart
|
||||
Version: 2.30
|
||||
Release: 2%{?dist}
|
||||
Version: 2.31
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -29,7 +29,7 @@ BuildRequires: python3-requests
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-six
|
||||
|
||||
Requires: python3-kickstart
|
||||
Requires: python3-kickstart = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Python utilities for manipulating kickstart files. The Python 2 and 3 libraries
|
||||
@ -121,8 +121,14 @@ popd
|
||||
%{python3_sitelib}/pykickstart/locale/
|
||||
|
||||
%changelog
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30-2
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
* Thu Jul 21 2016 Chris Lumens <clumens@redhat.com> - 2.31-1
|
||||
- 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
|
||||
- Add documentation for --excludeWeakdeps (dshea)
|
||||
|
Loading…
Reference in New Issue
Block a user