diff --git a/python-twine.changes b/python-twine.changes index 7906b74..1e5a249 100644 --- a/python-twine.changes +++ b/python-twine.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 10 09:42:43 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-twine.spec b/python-twine.spec index 1d95702..a8cbca5 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-twine -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: Collection of utilities for interacting with PyPI 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 pretend} 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-toolbelt >= 0.8.0} BuildRequires: %{python_module setuptools >= 0.7.0} @@ -36,7 +36,7 @@ BuildRequires: %{python_module tqdm >= 4.14} BuildRequires: fdupes BuildRequires: python-rpm-macros 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-toolbelt >= 0.8.0 Requires: python-setuptools >= 0.7.0 @@ -71,7 +71,7 @@ sed -i '1s/^#!.*//' twine/__main__.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} +%pytest %post %python_install_alternative twine diff --git a/twine-1.13.0.tar.gz b/twine-1.13.0.tar.gz deleted file mode 100644 index f077f37..0000000 --- a/twine-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6c29c933ecfc74e9b1d9fa13aa1f87c5d5770e119f5a4ce032092f0ff5b14dc -size 68643 diff --git a/twine-1.14.0.tar.gz b/twine-1.14.0.tar.gz new file mode 100644 index 0000000..4eaa4ce --- /dev/null +++ b/twine-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37d5a73d77b095b85314dde807bfb85b580b5b9d137f5b21332f4636990d97a +size 139195