From bc56bb9877585d230f4a712344ae8d025bd761c60902efe91aaafc1e42ab948e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Sep 2016 14:10:46 +0000 Subject: [PATCH] - update to 1.1.1: * Update requirements.txt for pbr versions to match * Fix the python3 demo in README OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-positional?expand=0&rev=3 --- positional-1.0.1.tar.gz | 3 --- positional-1.1.1.tar.gz | 3 +++ python-positional.changes | 7 +++++++ python-positional.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 positional-1.0.1.tar.gz create mode 100644 positional-1.1.1.tar.gz diff --git a/positional-1.0.1.tar.gz b/positional-1.0.1.tar.gz deleted file mode 100644 index 264d6e9..0000000 --- a/positional-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54a73f3593c6e30e9cdd0a727503b7c5dddbb75fb78bb681614b08dfde2bc444 -size 16398 diff --git a/positional-1.1.1.tar.gz b/positional-1.1.1.tar.gz new file mode 100644 index 0000000..71ee412 --- /dev/null +++ b/positional-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0 +size 15987 diff --git a/python-positional.changes b/python-positional.changes index 517041e..831381a 100644 --- a/python-positional.changes +++ b/python-positional.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 21 14:09:37 UTC 2016 - dmueller@suse.com + +- update to 1.1.1: + * Update requirements.txt for pbr versions to match + * Fix the python3 demo in README + ------------------------------------------------------------------- Fri Feb 26 19:28:13 UTC 2016 - dmueller@suse.com diff --git a/python-positional.spec b/python-positional.spec index d9e756f..a735b0e 100644 --- a/python-positional.spec +++ b/python-positional.spec @@ -17,13 +17,13 @@ Name: python-positional -Version: 1.0.1 +Version: 1.1.1 Release: 0 Summary: Library to enforce positional or key-word arguments License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/morganfainberg/positional -Source: https://pypi.python.org/packages/source/p/positional/positional-%{version}.tar.gz +Source: https://pypi.io/packages/source/p/positional/positional-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-pbr BuildRequires: python-setuptools