Remove the type annotations (dshea)
Remove mypy checks. (dshea)
This commit is contained in:
parent
676db50fdd
commit
b2df1af3f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -174,3 +174,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-2.34.tar.gz
|
||||
/pykickstart-2.35.tar.gz
|
||||
/pykickstart-2.36.tar.gz
|
||||
/pykickstart-2.37.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: pykickstart
|
||||
Version: 2.36
|
||||
Release: 2%{?dist}
|
||||
Version: 2.37
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -22,7 +22,6 @@ BuildRequires: python-requests
|
||||
|
||||
BuildRequires: python3-coverage
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-mypy
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-ordered-set
|
||||
BuildRequires: python3-requests
|
||||
@ -121,8 +120,9 @@ popd
|
||||
%{python3_sitelib}/pykickstart/locale/
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.36-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
* Mon Jul 31 2017 Chris Lumens <clumens@redhat.com> - 2.37-1
|
||||
- Remove the type annotations (dshea)
|
||||
- Remove mypy checks. (dshea)
|
||||
|
||||
* Mon Jul 24 2017 Chris Lumens <clumens@redhat.com> - 2.36-1
|
||||
- Add a Makefile target for uploading to pypi (#162). (clumens)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pykickstart-2.36.tar.gz) = a30f236e7ce9bf1e77b2bb0e23a7918876ade36b26a2423595fdafd90faae089d0a7fa805a1b5414f742c903706d7c4a440152ba30da3834be76af5577b5e2b7
|
||||
SHA512 (pykickstart-2.37.tar.gz) = 8c7f09c1a75dde5ef91ff51470eac7f7d2646bdd4ac728afb35a7f326f0a007c855d8f0804d6937a955d359f425664d9f72fc76afd4cb2c827cc263118277a84
|
||||
|
Loading…
Reference in New Issue
Block a user