From f9ddd14342d4d066c3382eeb9fdf62d866c8f443948fa26f486bc05c039e427c Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 11 Aug 2017 08:24:34 +0000 Subject: [PATCH] - update to 0.8.1: * Enable tests with python setup.py test * Also support for python 3.6 * Fix opensuse's multipython template * unify trailing whitespaces in templates * Handle no upstream source download URL gracefully * Allow packaging custom pypi names via obs-from-pypi.py OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=67 --- py2pack-0.8.0.tar.gz | 3 --- py2pack-0.8.1.tar.gz | 3 +++ python-py2pack.changes | 11 +++++++++++ python-py2pack.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 py2pack-0.8.0.tar.gz create mode 100644 py2pack-0.8.1.tar.gz diff --git a/py2pack-0.8.0.tar.gz b/py2pack-0.8.0.tar.gz deleted file mode 100644 index 76bf454..0000000 --- a/py2pack-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d68a55fa84432276470b00251cc1c7173f72cb847684cb5c22af7b04501562 -size 36939 diff --git a/py2pack-0.8.1.tar.gz b/py2pack-0.8.1.tar.gz new file mode 100644 index 0000000..3a4e8fe --- /dev/null +++ b/py2pack-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b0b306afe9888e2559bcfd7b44f0d8868463ba893dd3bb31b49cfd91b8c4f0 +size 35116 diff --git a/python-py2pack.changes b/python-py2pack.changes index ad0ee98..0899510 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 11 08:22:57 UTC 2017 - tbechtold@suse.com + +- update to 0.8.1: + * Enable tests with python setup.py test + * Also support for python 3.6 + * Fix opensuse's multipython template + * unify trailing whitespaces in templates + * Handle no upstream source download URL gracefully + * Allow packaging custom pypi names via obs-from-pypi.py + ------------------------------------------------------------------- Thu Jun 22 08:37:19 UTC 2017 - tbechtold@suse.com diff --git a/python-py2pack.spec b/python-py2pack.spec index c033b92..d4a15c3 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py2pack -Version: 0.8.0 +Version: 0.8.1 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI