commit python-funcparserlib for openSUSE:Factory

2020-09-14 Thread root
Hello community,

here is the log from the commit of package python-funcparserlib for 
openSUSE:Factory checked in at 2020-09-14 12:01:49

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


Package is "python-funcparserlib"

Mon Sep 14 12:01:49 2020 rev:6 rq:833211 version:0.3.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-funcparserlib/python-funcparserlib.changes
2020-08-25 12:37:51.533404196 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-funcparserlib.new.4249/python-funcparserlib.changes
  2020-09-14 12:02:09.863554107 +0200
@@ -1,0 +2,5 @@
+Wed Sep  9 08:10:23 UTC 2020 - pgaj...@suse.com
+
+- new upstream url
+
+---



Other differences:
--
++ python-funcparserlib.spec ++
--- /var/tmp/diff_new_pack.SHi3jQ/_old  2020-09-14 12:02:11.59888 +0200
+++ /var/tmp/diff_new_pack.SHi3jQ/_new  2020-09-14 12:02:11.59888 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcparserlib
 #
-# Copyright (c) 2020 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
@@ -23,7 +23,7 @@
 Summary:Recursive descent parsing library based on functional 
combinators
 License:MIT
 Group:  Development/Languages/Python
-URL:https://code.google.com/p/funcparserlib/
+URL:https://github.com/vlasovskikh/funcparserlib
 Source: 
https://files.pythonhosted.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}




commit python-funcparserlib for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package python-funcparserlib for 
openSUSE:Factory checked in at 2020-08-25 12:37:48

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


Package is "python-funcparserlib"

Tue Aug 25 12:37:48 2020 rev:5 rq:827220 version:0.3.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-funcparserlib/python-funcparserlib.changes
2018-12-19 13:53:17.894962507 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-funcparserlib.new.3399/python-funcparserlib.changes
  2020-08-25 12:37:51.533404196 +0200
@@ -1,0 +2,7 @@
+Sun Aug 16 13:34:27 UTC 2020 - John Vandenberg 
+
+- Use modernize to fix Python 2 only syntax in runtime code
+- Re-activate test suite by switching from nose to pytest
+- Tidy spec
+
+---



Other differences:
--
++ python-funcparserlib.spec ++
--- /var/tmp/diff_new_pack.SnAGhM/_old  2020-08-25 12:37:52.309404341 +0200
+++ /var/tmp/diff_new_pack.SnAGhM/_new  2020-08-25 12:37:52.313404343 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcparserlib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -17,23 +17,20 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without tests
 Name:   python-funcparserlib
 Version:0.3.6
 Release:0
 Summary:Recursive descent parsing library based on functional 
combinators
 License:MIT
 Group:  Development/Languages/Python
-URL:http://code.google.com/p/funcparserlib/
+URL:https://code.google.com/p/funcparserlib/
 Source: 
https://files.pythonhosted.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-2to3
+BuildRequires:  python3-modernize
 BuildArch:  noarch
-%if %{with tests}
-BuildRequires:  %{python_module nose}
-%endif
 %python_subpackages
 
 %description
@@ -57,6 +54,8 @@
 
 %prep
 %setup -q -n funcparserlib-%{version}
+python-modernize -nw funcparserlib/
+sed -i "s/ur'/r'/" funcparserlib/tests/*.py
 
 %build
 %python_build
@@ -65,14 +64,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
-pushd doc
-%{python_expand export PYHONPATH=%{buildroot}%{$python_sitelib}
-nosetests-%{$python_bin_suffix} -m funcparserlib
-}
-popd
-%endif
+%pytest
 
 %files %{python_files}
 %license LICENSE




commit python-funcparserlib for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package python-funcparserlib for 
openSUSE:Factory checked in at 2018-12-19 13:53:15

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


Package is "python-funcparserlib"

Wed Dec 19 13:53:15 2018 rev:4 rq:659388 version:0.3.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-funcparserlib/python-funcparserlib.changes
2017-05-03 15:55:22.911542822 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-funcparserlib.new.28833/python-funcparserlib.changes
 2018-12-19 13:53:17.894962507 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:48:18 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-funcparserlib.spec ++
--- /var/tmp/diff_new_pack.YdFkrR/_old  2018-12-19 13:53:18.814961237 +0100
+++ /var/tmp/diff_new_pack.YdFkrR/_new  2018-12-19 13:53:18.818961232 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcparserlib
 #
-# 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,31 +12,28 @@
 # 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/
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without tests
 Name:   python-funcparserlib
 Version:0.3.6
 Release:0
-Url:http://code.google.com/p/funcparserlib/
 Summary:Recursive descent parsing library based on functional 
combinators
 License:MIT
 Group:  Development/Languages/Python
+URL:http://code.google.com/p/funcparserlib/
 Source: 
https://files.pythonhosted.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-2to3
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+BuildArch:  noarch
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -78,8 +75,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README CHANGES
+%license LICENSE
+%doc README CHANGES
 %{python_sitelib}/funcparserlib/
 %{python_sitelib}/funcparserlib*egg-info
 




commit python-funcparserlib for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package python-funcparserlib for 
openSUSE:Factory checked in at 2017-05-03 15:55:19

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


Package is "python-funcparserlib"

Wed May  3 15:55:19 2017 rev:3 rq:489491 version:0.3.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-funcparserlib/python-funcparserlib.changes
2016-03-17 16:47:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-funcparserlib.new/python-funcparserlib.changes
   2017-05-03 15:55:22.911542822 +0200
@@ -1,0 +2,10 @@
+Wed Apr 19 22:20:34 UTC 2017 - toddrme2...@gmail.com
+
+- Source must be https.
+
+---
+Wed Apr 19 19:47:05 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+---



Other differences:
--
++ python-funcparserlib.spec ++
--- /var/tmp/diff_new_pack.t3rWRY/_old  2017-05-03 15:55:24.559310199 +0200
+++ /var/tmp/diff_new_pack.t3rWRY/_new  2017-05-03 15:55:24.567309069 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcparserlib
 #
-# 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,9 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-funcparserlib
 Version:0.3.6
 Release:0
@@ -23,16 +26,18 @@
 Summary:Recursive descent parsing library based on functional 
combinators
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-setuptools
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-2to3
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+%if %{with tests}
+BuildRequires:  %{python_module nose}
 %endif
+BuildArch:  noarch
+%python_subpackages
 
 %description
 Parser combinators are just higher-order functions that take parsers as
@@ -57,21 +62,25 @@
 %setup -q -n funcparserlib-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with tests}
 %check
-# Python 2.6.0 has broken exceptions for tests
-%if %(python -c 'import sys; print int(sys.version.startswith("2.6 "))') == 0
-nosetests
+pushd doc
+%{python_expand export PYHONPATH=%{buildroot}%{$python_sitelib}
+nosetests-%{$python_bin_suffix} -m funcparserlib
+}
+popd
 %endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE README
-%{python_sitelib}/funcparserlib
+%doc LICENSE README CHANGES
+%{python_sitelib}/funcparserlib/
 %{python_sitelib}/funcparserlib*egg-info
 
 %changelog




commit python-funcparserlib for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-funcparserlib for 
openSUSE:Factory checked in at 2016-03-17 16:34:25

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


Package is "python-funcparserlib"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-funcparserlib/python-funcparserlib.changes
2015-08-05 06:50:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-funcparserlib.new/python-funcparserlib.changes
   2016-03-17 16:47:50.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 20:53:41 UTC 2016 - dmuel...@suse.com
+
+- add license
+
+---



Other differences:
--
++ python-funcparserlib.spec ++
--- /var/tmp/diff_new_pack.44Dq2j/_old  2016-03-17 16:47:51.0 +0100
+++ /var/tmp/diff_new_pack.44Dq2j/_new  2016-03-17 16:47:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcparserlib
 #
-# Copyright (c) 2013 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
@@ -26,8 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
@@ -70,6 +70,8 @@
 
 %files
 %defattr(-,root,root,-)
-%{python_sitelib}/*
+%doc LICENSE README
+%{python_sitelib}/funcparserlib
+%{python_sitelib}/funcparserlib*egg-info
 
 %changelog