From 7c451d22f25d1568c3345985edbf76287a4f6d2fb6daef9ede278069a05b4e9a Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Tue, 29 Sep 2015 09:29:15 +0000 Subject: [PATCH] Accepting request 334714 from home:tbechtold:branches:devel:languages:python - update to 0.26.0: * Fix multiple entrypoint comparison failure on Python 3 (Issue #148) * Add Python 3.5 to tox configuration * Deterministic (sorted) metadata * Fix tagging for Python 3.5 compatibility * Support py2-none-'arch' and py3-none-'arch' tags * Treat data-only wheels as pure * Write to temporary file and rename when using wheel install --force OBS-URL: https://build.opensuse.org/request/show/334714 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=14 --- python-wheel.changes | 12 ++++++++++++ python-wheel.spec | 2 +- wheel-0.24.0.tar.gz | 3 --- wheel-0.26.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 wheel-0.24.0.tar.gz create mode 100644 wheel-0.26.0.tar.gz diff --git a/python-wheel.changes b/python-wheel.changes index 851cf7e..4b1c09d 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 29 08:01:25 UTC 2015 - tbechtold@suse.com + +- update to 0.26.0: + * Fix multiple entrypoint comparison failure on Python 3 (Issue #148) + * Add Python 3.5 to tox configuration + * Deterministic (sorted) metadata + * Fix tagging for Python 3.5 compatibility + * Support py2-none-'arch' and py3-none-'arch' tags + * Treat data-only wheels as pure + * Write to temporary file and rename when using wheel install --force + ------------------------------------------------------------------- Wed Apr 1 21:04:26 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-wheel.spec b/python-wheel.spec index 8a7b659..650a12f 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -17,7 +17,7 @@ Name: python-wheel -Version: 0.24.0 +Version: 0.26.0 Release: 0 Summary: A built-package format for Python License: MIT diff --git a/wheel-0.24.0.tar.gz b/wheel-0.24.0.tar.gz deleted file mode 100644 index c54751f..0000000 --- a/wheel-0.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef832abfedea7ed86b6eae7400128f88053a1da81a37c00613b1279544d585aa -size 50597 diff --git a/wheel-0.26.0.tar.gz b/wheel-0.26.0.tar.gz new file mode 100644 index 0000000..25565d0 --- /dev/null +++ b/wheel-0.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c +size 51207