Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/wheel-0.30.0.tar.gz
|
/wheel-0.31.1.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
bf1b7cf2c46378b7300ad9d4e2b86e462cdd7f73 SOURCES/wheel-0.30.0.tar.gz
|
|
||||||
@ -13,8 +13,8 @@
|
|||||||
%global pypi_name wheel
|
%global pypi_name wheel
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.30.0
|
Version: 0.31.1
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Built-package format for Python
|
Summary: Built-package format for Python
|
||||||
|
|
||||||
@ -137,6 +137,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2019 Charalampos Stratakis <cstratak@redhat.com> - 1:0.31.1-1
|
||||||
|
- Update to 0.31.1
|
||||||
|
Resolves: rhbz#1671681
|
||||||
|
|
||||||
* Mon Aug 06 2018 Petr Viktorin <pviktori@redhat.com> - 1:0.30.0-6
|
* Mon Aug 06 2018 Petr Viktorin <pviktori@redhat.com> - 1:0.30.0-6
|
||||||
- Remove unversioned executables (only *-3.6 should be provided)
|
- Remove unversioned executables (only *-3.6 should be provided)
|
||||||
|
|
||||||
@ -1,19 +1,21 @@
|
|||||||
diff -uNr wheel-0.30.0.orig/setup.py wheel-0.30.0/setup.py
|
diff --git a/setup.py b/setup.py
|
||||||
--- wheel-0.30.0.orig/setup.py 2017-07-29 22:08:53.000000000 +0200
|
index 10716db..d15d4b3 100644
|
||||||
+++ wheel-0.30.0/setup.py 2018-02-23 13:30:44.736351678 +0100
|
--- a/setup.py
|
||||||
@@ -38,7 +38,7 @@
|
+++ b/setup.py
|
||||||
license='MIT',
|
@@ -39,7 +39,7 @@ setup(name='wheel',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
|
||||||
extras_require={
|
extras_require={
|
||||||
- 'signatures': ['keyring', 'keyrings.alt'],
|
- 'signatures': ['keyring', 'keyrings.alt'],
|
||||||
+ 'signatures': ['keyring'],
|
+ 'signatures': ['keyring'],
|
||||||
'signatures:sys_platform!="win32"': ['pyxdg'],
|
'signatures:sys_platform!="win32"': ['pyxdg'],
|
||||||
'faster-signatures': ['ed25519ll'],
|
'faster-signatures': ['ed25519ll'],
|
||||||
'tool': [],
|
'test': ['pytest >= 3.0.0', 'pytest-cov']
|
||||||
diff -uNr wheel-0.30.0.orig/wheel/tool/__init__.py wheel-0.30.0/wheel/tool/__init__.py
|
diff --git a/wheel/tool/__init__.py b/wheel/tool/__init__.py
|
||||||
--- wheel-0.30.0.orig/wheel/tool/__init__.py 2017-08-06 13:31:33.000000000 +0200
|
index 36292dc..53e577e 100644
|
||||||
+++ wheel-0.30.0/wheel/tool/__init__.py 2018-02-23 13:30:33.861317739 +0100
|
--- a/wheel/tool/__init__.py
|
||||||
@@ -31,10 +31,9 @@
|
+++ b/wheel/tool/__init__.py
|
||||||
|
@@ -33,10 +33,9 @@ def get_keyring():
|
||||||
try:
|
try:
|
||||||
from ..signatures import keys
|
from ..signatures import keys
|
||||||
import keyring
|
import keyring
|
||||||
Loading…
Reference in New Issue
Block a user