17
0

- 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
This commit is contained in:
2016-09-21 14:10:46 +00:00
committed by Git OBS Bridge
parent cf72a9a183
commit bc56bb9877
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54a73f3593c6e30e9cdd0a727503b7c5dddbb75fb78bb681614b08dfde2bc444
size 16398

3
positional-1.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0
size 15987

View File

@@ -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

View File

@@ -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