From c099b49bc03ad2525665374a1f431cdc5dcba7b9293c3fc029588aa68d61f872 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 6 Dec 2018 19:59:36 +0000 Subject: [PATCH] - update to 0.8.4: * Ignore some more pep8 warnings * Support %license macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=79 --- py2pack-0.8.3.tar.gz | 3 --- py2pack-0.8.4.tar.gz | 3 +++ python-py2pack.changes | 7 +++++++ python-py2pack.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 py2pack-0.8.3.tar.gz create mode 100644 py2pack-0.8.4.tar.gz diff --git a/py2pack-0.8.3.tar.gz b/py2pack-0.8.3.tar.gz deleted file mode 100644 index c8521fb..0000000 --- a/py2pack-0.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7fc4a65082a6dd27408ccb4f610b615263b2c9e6555a53a214de91dc97766d1 -size 37262 diff --git a/py2pack-0.8.4.tar.gz b/py2pack-0.8.4.tar.gz new file mode 100644 index 0000000..fc0ec25 --- /dev/null +++ b/py2pack-0.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c221e091bd70411d1088e0a2ad084e728cccd8905a7d81403a7ce79a1ef0d32 +size 36273 diff --git a/python-py2pack.changes b/python-py2pack.changes index 11b79df..febfa0e 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 6 19:58:15 UTC 2018 - Thomas Bechtold + +- update to 0.8.4: + * Ignore some more pep8 warnings + * Support %license macro + ------------------------------------------------------------------- Tue Dec 4 12:53:25 UTC 2018 - Matej Cepl diff --git a/python-py2pack.spec b/python-py2pack.spec index ca31ff5..7997668 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.3 +Version: 0.8.4 Release: 0 Summary: Generate distribution packages from Python packages on PyPI License: Apache-2.0