diff --git a/1.11.0.tar.gz b/1.11.0.tar.gz deleted file mode 100644 index 5d0787c..0000000 --- a/1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdff00d235b964a9679fc0c127228eb83fb82b59552efb130cd878ace39f3473 -size 55301 diff --git a/python-twine.changes b/python-twine.changes index f73c360..4986acf 100644 --- a/python-twine.changes +++ b/python-twine.changes @@ -3,6 +3,25 @@ Sat Feb 9 13:45:55 UTC 2019 - Matej Cepl - Deduplicate installed files +------------------------------------------------------------------- +Fri Jan 4 14:54:32 UTC 2019 - Hans-Peter Jansen + +- update to version 1.12.2 + - bug`408` Fix regression where keyring is unconditionally disabled. + +- update to version 1.12.1 + - bug`404` Fix regression with upload exit code + +- update to version 1.12.0 + - feature`395 major` Add twine check command to check long description + - feature`392 major` Drop support for Python 3.3 + - feature`363` Empower --skip-existing for Artifactory repositories + - bug`367` Avoid MD5 when Python is compiled in FIPS mode + +- Fix source URL +- add python-readme_renderer dependency +- BuildRequire python2-pyblake2 for successful testing + ------------------------------------------------------------------- Mon May 21 09:30:29 UTC 2018 - tchvatal@suse.com diff --git a/python-twine.spec b/python-twine.spec index 2fa3aeb..77c2eb0 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -18,16 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-twine -Version: 1.11.0 +Version: 1.12.2 Release: 0 Summary: Collection of utilities for interacting with PyPI License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/pypa/twine -Source: https://github.com/pypa/twine/archive/%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/t/twine/twine-%{version}.tar.gz 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 requests >= 2.17.0} BuildRequires: %{python_module requests-toolbelt >= 0.8.0} BuildRequires: %{python_module setuptools >= 0.7.0} @@ -35,6 +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-requests >= 2.17.0 Requires: python-requests-toolbelt >= 0.8.0 Requires: python-setuptools >= 0.7.0 @@ -43,14 +45,17 @@ Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: python-keyring %ifpython2 +# tests/test_package.py will fail without pyblake2 +BuildRequires: python2-pyblake2 Recommends: python-pyblake2 %endif %python_subpackages %description -Twine is a utility for interacting with PyPI. +Twine is a utility for publishing Python packages on PyPI. -Currently it only supports registering projects and uploading distributions. +Currently it supports registering projects, uploading distributions, and +checking, if descriptions will render correctly. %prep %setup -q -n twine-%{version} diff --git a/twine-1.12.2.tar.gz b/twine-1.12.2.tar.gz new file mode 100644 index 0000000..abaa26d --- /dev/null +++ b/twine-1.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c164c621ef3e04ee8c933559a2e4920e847005436b1a78703026ca5e011cf6c7 +size 62691