- 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:
Chris Lumens 2016-07-21 13:10:08 -04:00
parent 7c379025d7
commit eec73e3f38
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
1311930b1473e54d16844e5751816d7a pykickstart-2.30.tar.gz
036a63de4c5f453d58eac932bff491dd pykickstart-2.31.tar.gz