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
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.30.0
|
||||
Release: 6%{?dist}
|
||||
Version: 0.31.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Built-package format for Python
|
||||
|
||||
@ -137,6 +137,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build
|
||||
%endif
|
||||
|
||||
%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
|
||||
- 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
|
||||
--- wheel-0.30.0.orig/setup.py 2017-07-29 22:08:53.000000000 +0200
|
||||
+++ wheel-0.30.0/setup.py 2018-02-23 13:30:44.736351678 +0100
|
||||
@@ -38,7 +38,7 @@
|
||||
license='MIT',
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 10716db..d15d4b3 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -39,7 +39,7 @@ setup(name='wheel',
|
||||
packages=find_packages(),
|
||||
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
|
||||
extras_require={
|
||||
- 'signatures': ['keyring', 'keyrings.alt'],
|
||||
+ 'signatures': ['keyring'],
|
||||
'signatures:sys_platform!="win32"': ['pyxdg'],
|
||||
'faster-signatures': ['ed25519ll'],
|
||||
'tool': [],
|
||||
diff -uNr wheel-0.30.0.orig/wheel/tool/__init__.py wheel-0.30.0/wheel/tool/__init__.py
|
||||
--- wheel-0.30.0.orig/wheel/tool/__init__.py 2017-08-06 13:31:33.000000000 +0200
|
||||
+++ wheel-0.30.0/wheel/tool/__init__.py 2018-02-23 13:30:33.861317739 +0100
|
||||
@@ -31,10 +31,9 @@
|
||||
'test': ['pytest >= 3.0.0', 'pytest-cov']
|
||||
diff --git a/wheel/tool/__init__.py b/wheel/tool/__init__.py
|
||||
index 36292dc..53e577e 100644
|
||||
--- a/wheel/tool/__init__.py
|
||||
+++ b/wheel/tool/__init__.py
|
||||
@@ -33,10 +33,9 @@ def get_keyring():
|
||||
try:
|
||||
from ..signatures import keys
|
||||
import keyring
|
||||
Loading…
Reference in New Issue
Block a user