From 110cf1902d119324cf776108945f8d1b589e9d0739278da5c88c2798a507104d Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Tue, 30 Aug 2016 11:58:52 +0000 Subject: [PATCH] Accepting request 423806 from home:tbechtold:branches:devel:languages:python update to version 1.0.0 * Add trove classifiers specifying Python 3 support. * Release 1.0.0. * Add a tox.ini for testing with. * Add a .travis.yml. * Handle import cycles. * Support universal wheels OBS-URL: https://build.opensuse.org/request/show/423806 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extras?expand=0&rev=14 --- extras-0.0.3.tar.gz | 3 --- extras-1.0.0.tar.gz | 3 +++ python-extras.changes | 11 +++++++++++ python-extras.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 extras-0.0.3.tar.gz create mode 100644 extras-1.0.0.tar.gz diff --git a/extras-0.0.3.tar.gz b/extras-0.0.3.tar.gz deleted file mode 100644 index d5bbd0e..0000000 --- a/extras-0.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a60d84cb661b477c41a5ea35e931ae93860af8cd259ecc0a38a32ef1ae9ffc0 -size 6231 diff --git a/extras-1.0.0.tar.gz b/extras-1.0.0.tar.gz new file mode 100644 index 0000000..e908084 --- /dev/null +++ b/extras-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132e36de10b9c91d5d4cc620160a476e0468a88f16c9431817a6729611a81b4e +size 6759 diff --git a/python-extras.changes b/python-extras.changes index b5d8ab7..f3d41d2 100644 --- a/python-extras.changes +++ b/python-extras.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 30 11:47:56 UTC 2016 - tbechtold@suse.com + +update to version 1.0.0 + * Add trove classifiers specifying Python 3 support. + * Release 1.0.0. + * Add a tox.ini for testing with. + * Add a .travis.yml. + * Handle import cycles. + * Support universal wheels + ------------------------------------------------------------------- Fri Mar 7 11:01:35 UTC 2014 - speilicke@suse.com diff --git a/python-extras.spec b/python-extras.spec index ba1194c..622e51a 100644 --- a/python-extras.spec +++ b/python-extras.spec @@ -1,7 +1,7 @@ # # spec file for package python-extras # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %bcond_with tests Name: python-extras -Version: 0.0.3 +Version: 1.0.0 Release: 0 Summary: Useful extra bits for Python License: MIT