- Update to 1.14.0:
* Better error handling and gpg2 fallback if gpg not available. * Fixes for python 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=22
This commit is contained in:
parent
509d4f3dbe
commit
ad290f184d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 09:42:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.14.0:
|
||||||
|
* Better error handling and gpg2 fallback if gpg not available.
|
||||||
|
* Fixes for python 3.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 2 04:53:11 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Mar 2 04:53:11 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-twine
|
Name: python-twine
|
||||||
Version: 1.13.0
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Collection of utilities for interacting with PyPI
|
Summary: Collection of utilities for interacting with PyPI
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/t/twine/twine-%{v
|
|||||||
BuildRequires: %{python_module pkginfo >= 1.4.2}
|
BuildRequires: %{python_module pkginfo >= 1.4.2}
|
||||||
BuildRequires: %{python_module pretend}
|
BuildRequires: %{python_module pretend}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module readme_renderer >= 24.0}
|
BuildRequires: %{python_module readme_renderer >= 21.0}
|
||||||
BuildRequires: %{python_module requests >= 2.17.0}
|
BuildRequires: %{python_module requests >= 2.17.0}
|
||||||
BuildRequires: %{python_module requests-toolbelt >= 0.8.0}
|
BuildRequires: %{python_module requests-toolbelt >= 0.8.0}
|
||||||
BuildRequires: %{python_module setuptools >= 0.7.0}
|
BuildRequires: %{python_module setuptools >= 0.7.0}
|
||||||
@ -36,7 +36,7 @@ BuildRequires: %{python_module tqdm >= 4.14}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pkginfo >= 1.4.2
|
Requires: python-pkginfo >= 1.4.2
|
||||||
Requires: python-readme_renderer >= 24.0
|
Requires: python-readme_renderer >= 21.0
|
||||||
Requires: python-requests >= 2.17.0
|
Requires: python-requests >= 2.17.0
|
||||||
Requires: python-requests-toolbelt >= 0.8.0
|
Requires: python-requests-toolbelt >= 0.8.0
|
||||||
Requires: python-setuptools >= 0.7.0
|
Requires: python-setuptools >= 0.7.0
|
||||||
@ -71,7 +71,7 @@ sed -i '1s/^#!.*//' twine/__main__.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
|
%pytest
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative twine
|
%python_install_alternative twine
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6c29c933ecfc74e9b1d9fa13aa1f87c5d5770e119f5a4ce032092f0ff5b14dc
|
|
||||||
size 68643
|
|
3
twine-1.14.0.tar.gz
Normal file
3
twine-1.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e37d5a73d77b095b85314dde807bfb85b580b5b9d137f5b21332f4636990d97a
|
||||||
|
size 139195
|
Loading…
Reference in New Issue
Block a user