commit python-positional for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package python-positional for 
openSUSE:Factory checked in at 2020-05-01 11:12:51

Comparing /work/SRC/openSUSE:Factory/python-positional (Old)
 and  /work/SRC/openSUSE:Factory/.python-positional.new.2738 (New)


Package is "python-positional"

Fri May  1 11:12:51 2020 rev:6 rq:799135 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-positional/python-positional.changes  
2019-04-14 12:22:39.667778325 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-positional.new.2738/python-positional.changes
2020-05-01 11:12:59.439800141 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 07:33:20 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-positional.spec ++
--- /var/tmp/diff_new_pack.KjWUUZ/_old  2020-05-01 11:13:00.571802603 +0200
+++ /var/tmp/diff_new_pack.KjWUUZ/_new  2020-05-01 11:13:00.575802611 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-positional
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,15 +27,16 @@
 Source: 
https://files.pythonhosted.org/packages/source/p/positional/positional-%{version}.tar.gz
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-wrapt
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module testrepository >= 0.0.18}
 BuildRequires:  %{python_module testresources >= 0.2.4} 
 BuildRequires:  %{python_module testtools >= 1.4.0}
 BuildRequires:  %{python_module wrapt}
 # /SECTION
-Requires:   python-wrapt
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -51,9 +52,12 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+export PYTHONDONTWRITEBYTECODE=1
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+export PYTHON=$python
 [ -d .testrepository/ ] && rm -r .testrepository/
 $python -B setup.py test
 }




commit python-positional for openSUSE:Factory

2019-04-14 Thread root
Hello community,

here is the log from the commit of package python-positional for 
openSUSE:Factory checked in at 2019-04-14 12:22:39

Comparing /work/SRC/openSUSE:Factory/python-positional (Old)
 and  /work/SRC/openSUSE:Factory/.python-positional.new.27019 (New)


Package is "python-positional"

Sun Apr 14 12:22:39 2019 rev:5 rq:693645 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-positional/python-positional.changes  
2018-12-24 11:41:19.945455300 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-positional.new.27019/python-positional.changes
   2019-04-14 12:22:39.667778325 +0200
@@ -1,0 +2,11 @@
+Thu Apr 11 18:23:33 UTC 2019 - pgaj...@suse.com
+
+- module was set to 7 - Inactive, I guess we should consider
+  to drop it if possible
+- version update to 1.2.1
+  * Update README.rst
+  * Fix deprecation warning in Python 3 for inspect.getargspec()
+  * update classifiers
+- run testsuite
+
+---

Old:

  positional-1.1.1.tar.gz

New:

  positional-1.2.1.tar.gz



Other differences:
--
++ python-positional.spec ++
--- /var/tmp/diff_new_pack.DpinQq/_old  2019-04-14 12:22:40.207778973 +0200
+++ /var/tmp/diff_new_pack.DpinQq/_new  2019-04-14 12:22:40.207778973 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-positional
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-positional
-Version:1.1.1
+Version:1.2.1
 Release:0
 Summary:Library to enforce positional or key-word arguments
 License:Apache-2.0
@@ -28,6 +28,12 @@
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
+# SECTION test requirements
+BuildRequires:  %{python_module testrepository >= 0.0.18}
+BuildRequires:  %{python_module testresources >= 0.2.4} 
+BuildRequires:  %{python_module testtools >= 1.4.0}
+BuildRequires:  %{python_module wrapt}
+# /SECTION
 Requires:   python-wrapt
 BuildArch:  noarch
 %python_subpackages
@@ -46,6 +52,12 @@
 %install
 %python_install
 
+%check
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+[ -d .testrepository/ ] && rm -r .testrepository/
+$python -B setup.py test
+}
+
 %files %{python_files}
 %license LICENSE
 %doc README.rst

++ positional-1.1.1.tar.gz -> positional-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.1.1/.travis.yml 
new/positional-1.2.1/.travis.yml
--- old/positional-1.1.1/.travis.yml2016-06-26 23:03:29.0 +0200
+++ new/positional-1.2.1/.travis.yml2017-07-27 03:29:30.0 +0200
@@ -7,4 +7,8 @@
 env:
   - TOXENV=pep8
   - TOXENV=py27
-  - TOXENV=py34
\ No newline at end of file
+matrix:
+  include:
+- python: 3.5
+  env:
+- TOXENV=py35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.1.1/AUTHORS new/positional-1.2.1/AUTHORS
--- old/positional-1.1.1/AUTHORS2016-06-26 23:08:37.0 +0200
+++ new/positional-1.2.1/AUTHORS2017-08-08 02:24:45.0 +0200
@@ -1,4 +1,5 @@
 Brant Knudson 
 Felix Yan 
 Jamie Lennox 
+John L. Villalovos 
 Morgan Fainberg 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.1.1/ChangeLog 
new/positional-1.2.1/ChangeLog
--- old/positional-1.1.1/ChangeLog  2016-06-26 23:08:37.0 +0200
+++ new/positional-1.2.1/ChangeLog  2017-08-08 02:24:45.0 +0200
@@ -1,6 +1,31 @@
 CHANGES
 ===
 
+1.2.1
+-
+
+* Set status to "inactive"
+* Update setup.cfg
+
+1.1.4
+-
+
+* Update README.rst
+
+1.1.3
+-
+
+* Update setup.cfg
+* Update .travis.yml
+* Fix deprecation warning in Python 3 for inspect.getargspec()
+* Update .travis.yml
+* Update .travis.yml
+* Update .travis.yml
+* Update setup.cfg
+* Update tox.ini
+* Update .travis.yml
+* update classifiers
+
 1.1.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.1.1/PKG-INFO 
new/positional-1.2.1/PKG-INFO
--- old/positional-1.1.1/PKG-INFO   2016-06-26 23:08:37.0 +0200
+++ new/positional-1.2.1/PKG-INFO   2017-08-08 02:24:45.0 +0200
@@ -1,16 +1,16 @@
 Metadata-Version: 1.1
 Name: positional
-Version: 1.1.1
-Summary: Library to enforce positional or key-word arguments

commit python-positional for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-positional for 
openSUSE:Factory checked in at 2018-12-24 11:41:19

Comparing /work/SRC/openSUSE:Factory/python-positional (Old)
 and  /work/SRC/openSUSE:Factory/.python-positional.new.28833 (New)


Package is "python-positional"

Mon Dec 24 11:41:19 2018 rev:4 rq:659558 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-positional/python-positional.changes  
2017-12-08 13:02:21.874901304 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-positional.new.28833/python-positional.changes
   2018-12-24 11:41:19.945455300 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:51:37 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-positional.spec ++
--- /var/tmp/diff_new_pack.viMxFQ/_old  2018-12-24 11:41:20.493454814 +0100
+++ /var/tmp/diff_new_pack.viMxFQ/_new  2018-12-24 11:41:20.497454810 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-positional
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,9 +23,8 @@
 Summary:Library to enforce positional or key-word arguments
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/morganfainberg/positional
+URL:https://github.com/morganfainberg/positional
 Source: 
https://files.pythonhosted.org/packages/source/p/positional/positional-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
@@ -48,7 +47,7 @@
 %python_install
 
 %files %{python_files}
-%doc LICENSE
+%license LICENSE
 %doc README.rst
 %{python_sitelib}/positional
 %{python_sitelib}/positional*egg-info




commit python-positional for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package python-positional for 
openSUSE:Factory checked in at 2017-12-08 13:02:16

Comparing /work/SRC/openSUSE:Factory/python-positional (Old)
 and  /work/SRC/openSUSE:Factory/.python-positional.new (New)


Package is "python-positional"

Fri Dec  8 13:02:16 2017 rev:3 rq:555147 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-positional/python-positional.changes  
2016-09-24 15:29:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-positional.new/python-positional.changes 
2017-12-08 13:02:21.874901304 +0100
@@ -1,0 +2,5 @@
+Fri Dec  1 07:21:09 UTC 2017 - dmuel...@suse.com
+
+- convert to singlespec
+
+---



Other differences:
--
++ python-positional.spec ++
--- /var/tmp/diff_new_pack.6U1i3S/_old  2017-12-08 13:02:22.762869235 +0100
+++ /var/tmp/diff_new_pack.6U1i3S/_new  2017-12-08 13:02:22.766869091 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-positional
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-positional
 Version:1.1.1
 Release:0
@@ -23,12 +24,14 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/morganfainberg/positional
-Source: 
https://pypi.io/packages/source/p/positional/positional-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-pbr
-BuildRequires:  python-setuptools
+Source: 
https://files.pythonhosted.org/packages/source/p/positional/positional-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:   python-wrapt
 BuildArch:  noarch
+%python_subpackages
 
 %description
 `positional` provides a decorator which enforces only some args may be passed
@@ -39,13 +42,12 @@
 %setup -q -n positional-%{version}
 
 %build
-%{__python} setup.py build
+%python_build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
-%defattr(-,root,root,-)
+%files %{python_files}
 %doc LICENSE
 %doc README.rst
 %{python_sitelib}/positional




commit python-positional for openSUSE:Factory

2016-09-24 Thread h_root
Hello community,

here is the log from the commit of package python-positional for 
openSUSE:Factory checked in at 2016-09-24 15:28:08

Comparing /work/SRC/openSUSE:Factory/python-positional (Old)
 and  /work/SRC/openSUSE:Factory/.python-positional.new (New)


Package is "python-positional"

Changes:

--- /work/SRC/openSUSE:Factory/python-positional/python-positional.changes  
2016-03-07 13:24:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-positional.new/python-positional.changes 
2016-09-24 15:29:08.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 21 14:09:37 UTC 2016 - dmuel...@suse.com
+
+- update to 1.1.1:
+  * Update requirements.txt for pbr versions to match
+  * Fix the python3 demo in README
+- update requires
+
+---

Old:

  positional-1.0.1.tar.gz

New:

  positional-1.1.1.tar.gz



Other differences:
--
++ python-positional.spec ++
--- /var/tmp/diff_new_pack.7Zxm6N/_old  2016-09-24 15:29:09.0 +0200
+++ /var/tmp/diff_new_pack.7Zxm6N/_new  2016-09-24 15:29:09.0 +0200
@@ -17,16 +17,17 @@
 
 
 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
+Requires:   python-wrapt
 BuildArch:  noarch
 
 %description

++ positional-1.0.1.tar.gz -> positional-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.0.1/AUTHORS new/positional-1.1.1/AUTHORS
--- old/positional-1.0.1/AUTHORS2016-01-17 21:51:01.0 +0100
+++ new/positional-1.1.1/AUTHORS2016-06-26 23:08:37.0 +0200
@@ -1,2 +1,4 @@
+Brant Knudson 
+Felix Yan 
 Jamie Lennox 
 Morgan Fainberg 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.0.1/ChangeLog 
new/positional-1.1.1/ChangeLog
--- old/positional-1.0.1/ChangeLog  2016-01-17 21:51:01.0 +0100
+++ new/positional-1.1.1/ChangeLog  2016-06-26 23:08:37.0 +0200
@@ -1,6 +1,17 @@
 CHANGES
 ===
 
+1.1.1
+-
+
+* Update requirements.txt for pbr versions to match
+* Fix the python3 demo in README
+
+1.1.0
+-
+
+* Fix to preserve argspec
+
 1.0.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.0.1/PKG-INFO 
new/positional-1.1.1/PKG-INFO
--- old/positional-1.0.1/PKG-INFO   2016-01-17 21:51:02.0 +0100
+++ new/positional-1.1.1/PKG-INFO   2016-06-26 23:08:37.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: positional
-Version: 1.0.1
+Version: 1.1.1
 Summary: Library to enforce positional or key-word arguments
 Home-page: https://github.com/morganfainberg/positional
 Author: Morgan Fainberg
@@ -30,7 +30,7 @@
 
 .. code:: python
 
->>> def fn(pos1, *, kwonly1 kwonly=None):
+>>> def fn(pos1, *, kwonly1, kwonly2=None):
 ... ...
 
 All named parameters after `*` must be a keyword:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.0.1/README.rst 
new/positional-1.1.1/README.rst
--- old/positional-1.0.1/README.rst 2016-01-14 02:37:11.0 +0100
+++ new/positional-1.1.1/README.rst 2016-06-26 23:03:29.0 +0200
@@ -22,7 +22,7 @@
 
 .. code:: python
 
->>> def fn(pos1, *, kwonly1 kwonly=None):
+>>> def fn(pos1, *, kwonly1, kwonly2=None):
 ... ...
 
 All named parameters after `*` must be a keyword:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/positional-1.0.1/positional/__init__.py 
new/positional-1.1.1/positional/__init__.py
--- old/positional-1.0.1/positional/__init__.py 2016-01-17 21:45:35.0 
+0100
+++ new/positional-1.1.1/positional/__init__.py 2016-06-26 23:03:29.0 
+0200
@@ -10,11 +10,11 @@
 #License for the specific language governing permissions and limitations
 #under the License.
 
-import functools
 import inspect
 import warnings
 
 import pbr.version
+import wrapt
 
 __version__ =