commit python-roman for openSUSE:Factory

2019-04-18 Thread root
Hello community,

here is the log from the commit of package python-roman for openSUSE:Factory 
checked in at 2019-04-18 09:56:18

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


Package is "python-roman"

Thu Apr 18 09:56:18 2019 rev:11 rq:695026 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-roman/python-roman.changes
2018-12-24 11:47:46.393113744 +0100
+++ /work/SRC/openSUSE:Factory/.python-roman.new.17052/python-roman.changes 
2019-04-18 09:56:19.449337501 +0200
@@ -1,0 +2,9 @@
+Wed Apr 17 07:44:28 UTC 2019 - pgaj...@suse.com
+
+- version update to 3.2
+ - expanded test coverage
+ - Added support for 0 -> N
+   (see https://en.wikipedia.org/wiki/Roman_numerals#Zero)
+ - Added support for Python 3.8
+
+---

Old:

  roman-3.1.tar.gz

New:

  roman-3.2.tar.gz



Other differences:
--
++ python-roman.spec ++
--- /var/tmp/diff_new_pack.jYEGrA/_old  2019-04-18 09:56:20.393338095 +0200
+++ /var/tmp/diff_new_pack.jYEGrA/_new  2019-04-18 09:56:20.397338098 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-roman
 #
-# 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
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-roman
-Version:3.1
+Version:3.2
 Release:0
 Summary:Integer to Roman numerals converter
 License:Python-2.0

++ roman-3.1.tar.gz -> roman-3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.1/.gitignore new/roman-3.2/.gitignore
--- old/roman-3.1/.gitignore2018-10-24 08:23:59.0 +0200
+++ new/roman-3.2/.gitignore1970-01-01 01:00:00.0 +0100
@@ -1,11 +0,0 @@
-*.pyc
-__pycache__
-src/*.egg-info
-benchmark/*.egg-info
-
-.installed.cfg
-.tox
-bin
-develop-eggs
-docs
-parts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.1/.travis.yml new/roman-3.2/.travis.yml
--- old/roman-3.1/.travis.yml   2018-10-24 08:23:59.0 +0200
+++ new/roman-3.2/.travis.yml   1970-01-01 01:00:00.0 +0100
@@ -1,18 +0,0 @@
-language: python
-python:
-- 2.7
-- 3.5
-- 3.6
-- pypy
-- pypy3
-matrix:
-include:
-- python: "3.7"
-  dist: xenial
-  sudo: true
-install:
-- pip install .
-script:
-- python setup.py test -q
-notifications:
-email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.1/CHANGES.txt new/roman-3.2/CHANGES.txt
--- old/roman-3.1/CHANGES.txt   2018-10-24 08:23:59.0 +0200
+++ new/roman-3.2/CHANGES.txt   2019-04-14 19:50:42.0 +0200
@@ -1,6 +1,16 @@
-===
-CHANGES
-===
+Change log
+==
+
+3.2 (2019-04-14)
+
+
+- expanded test coverage
+
+- Added support for 0 -> N
+  (see https://en.wikipedia.org/wiki/Roman_numerals#Zero)
+
+- Added support for Python 3.8
+
 
 3.1 (2018-10-24)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.1/PKG-INFO new/roman-3.2/PKG-INFO
--- old/roman-3.1/PKG-INFO  2018-10-24 08:23:59.0 +0200
+++ new/roman-3.2/PKG-INFO  2019-04-14 19:56:23.0 +0200
@@ -1,14 +1,42 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: roman
-Version: 3.1
+Version: 3.2
 Summary: Integer to Roman numerals converter
 Home-page: https://github.com/zopefoundation/roman
 Author: Mark Pilgrim
 Author-email: f...@diveintopython.org
 License: Python 2.1.1
-Description: ===
-CHANGES
-===
+Description: .. image:: 
https://travis-ci.org/zopefoundation/roman.svg?branch=master
+   :target: https://travis-ci.org/zopefoundation/roman
+
+.. image:: 
https://coveralls.io/repos/github/zopefoundation/roman/badge.svg?branch=master
+   :target: 
https://coveralls.io/github/zopefoundation/roman?branch=master
+
+.. image:: https://img.shields.io/pypi/v/roman.svg
+   :target: https://pypi.org/project/roman/
+   :alt: Current version on PyPI
+
+ 

commit python-roman for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-roman for openSUSE:Factory 
checked in at 2018-12-24 11:47:45

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


Package is "python-roman"

Mon Dec 24 11:47:45 2018 rev:10 rq:660697 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-roman/python-roman.changes
2018-06-15 14:37:37.351332519 +0200
+++ /work/SRC/openSUSE:Factory/.python-roman.new.28833/python-roman.changes 
2018-12-24 11:47:46.393113744 +0100
@@ -1,0 +2,6 @@
+Sat Dec 22 05:20:48 UTC 2018 - Todd R 
+
+- Update to 3.1
+  * Added support for Python 3.7.
+
+---

Old:

  roman-3.0.tar.gz

New:

  roman-3.1.tar.gz



Other differences:
--
++ python-roman.spec ++
--- /var/tmp/diff_new_pack.wkiidn/_old  2018-12-24 11:47:46.973113236 +0100
+++ /var/tmp/diff_new_pack.wkiidn/_new  2018-12-24 11:47:46.977113232 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-roman
-Version:3.0
+Version:3.1
 Release:0
 Summary:Integer to Roman numerals converter
 License:Python-2.0

++ roman-3.0.tar.gz -> roman-3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.0/.travis.yml new/roman-3.1/.travis.yml
--- old/roman-3.0/.travis.yml   2018-05-28 09:26:07.0 +0200
+++ new/roman-3.1/.travis.yml   2018-10-24 08:23:59.0 +0200
@@ -5,6 +5,11 @@
 - 3.6
 - pypy
 - pypy3
+matrix:
+include:
+- python: "3.7"
+  dist: xenial
+  sudo: true
 install:
 - pip install .
 script:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.0/CHANGES.txt new/roman-3.1/CHANGES.txt
--- old/roman-3.0/CHANGES.txt   2018-05-28 09:26:07.0 +0200
+++ new/roman-3.1/CHANGES.txt   2018-10-24 08:23:59.0 +0200
@@ -2,6 +2,12 @@
 CHANGES
 ===
 
+3.1 (2018-10-24)
+
+
+- Added support for Python 3.7.
+
+
 3.0 (2018-05-28)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.0/PKG-INFO new/roman-3.1/PKG-INFO
--- old/roman-3.0/PKG-INFO  2018-05-28 09:26:07.0 +0200
+++ new/roman-3.1/PKG-INFO  2018-10-24 08:23:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: roman
-Version: 3.0
+Version: 3.1
 Summary: Integer to Roman numerals converter
 Home-page: https://github.com/zopefoundation/roman
 Author: Mark Pilgrim
@@ -10,6 +10,12 @@
 CHANGES
 ===
 
+3.1 (2018-10-24)
+
+
+- Added support for Python 3.7.
+
+
 3.0 (2018-05-28)
 
 
@@ -41,6 +47,7 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: License :: OSI Approved :: Python Software Foundation License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.0/setup.py new/roman-3.1/setup.py
--- old/roman-3.0/setup.py  2018-05-28 09:26:07.0 +0200
+++ new/roman-3.1/setup.py  2018-10-24 08:23:59.0 +0200
@@ -2,7 +2,7 @@
 
 setup(
 name='roman',
-version='3.0',
+version='3.1',
 author="Mark Pilgrim",
 author_email="f...@diveintopython.org",
 description="Integer to Roman numerals converter",
@@ -18,6 +18,7 @@
 'Programming Language :: Python :: 3',
 'Programming Language :: Python :: 3.5',
 'Programming Language :: Python :: 3.6',
+'Programming Language :: Python :: 3.7',
 'Programming Language :: Python :: Implementation :: CPython',
 'Programming Language :: Python :: Implementation :: PyPy',
 'License :: OSI Approved :: Python Software Foundation License',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roman-3.0/src/roman.egg-info/PKG-INFO 
new/roman-3.1/src/roman.egg-info/PKG-INFO
--- old/roman-3.0/src/roman.egg-info/PKG-INFO   2018-05-28 09:26:07.0 
+0200
+++ new/roman-3.1/src/roman.egg-info/PKG-INFO   2018-10-24 08:23:59.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: roman
-Version: 3.0
+Version: 3.1
 Summary: Integer to Roman 

commit python-roman for openSUSE:Factory

2018-06-15 Thread root
Hello community,

here is the log from the commit of package python-roman for openSUSE:Factory 
checked in at 2018-06-15 14:37:35

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


Package is "python-roman"

Fri Jun 15 14:37:35 2018 rev:9 rq:613693 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-roman/python-roman.changes
2013-11-25 16:03:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-roman.new/python-roman.changes   
2018-06-15 14:37:37.351332519 +0200
@@ -1,0 +2,9 @@
+Fri Jun  1 19:13:58 UTC 2018 - p...@cervinka.net
+
+- Update to version 3.0
+  + Added support for Python 3.5, 3.6 and PyPy3.
+  + Dropped support for Python 2.6 and 3.3.
+- Convert package to single spec
+- Remove workaround to build on SLES (suse_version <= 1110)
+
+---

Old:

  roman-2.0.0.zip

New:

  roman-3.0.tar.gz



Other differences:
--
++ python-roman.spec ++
--- /var/tmp/diff_new_pack.bnEjQy/_old  2018-06-15 14:37:39.147266827 +0200
+++ /var/tmp/diff_new_pack.bnEjQy/_new  2018-06-15 14:37:39.151266681 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-roman
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -15,42 +15,41 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define modname roman
-Name:   python-%{modname}
-Version:2.0.0
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+Name:   python-roman
+Version:3.0
 Release:0
 Summary:Integer to Roman numerals converter
 License:Python-2.0
-Group:  Development/Libraries/Python
-Url:http://pypi.python.org/pypi/roman
-Source0:
http://pypi.python.org/packages/source/r/%{modname}/%{modname}-%{version}.zip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  unzip
-%if 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%else
+Group:  Development/Languages/Python
+URL:https://github.com/zopefoundation/roman
+Source: 
https://files.pythonhosted.org/packages/source/r/roman/roman-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 This module converts from and to Roman numerals. It can convert numbers from
 1 to 4999 and understands the common shortcuts (IX == 9), but not illegal ones 
(MIM == 1999).
 
 %prep
-%setup -n %{modname}-%{version}
+%setup -q -n roman-%{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}
+
+%check
+%python_exec setup.py test
 
-%files
-%defattr(-,root,root)
+%files %{python_files}
 %doc CHANGES.txt
-%{python_sitelib}/%{modname}.py*
-%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/*
 
 %changelog




commit python-roman for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-roman for openSUSE:Factory 
checked in at 2013-11-25 16:03:49

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


Package is python-roman

Changes:

--- /work/SRC/openSUSE:Factory/python-roman/python-roman.changes
2013-03-08 13:29:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-roman.new/python-roman.changes   
2013-11-25 16:03:50.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov 24 16:09:42 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.0
+  + Added Python 3.3 and PyPy support.
+  + Added tests.
+- Add CHANGES.txt to package documentation
+- Remove redundant %clean section
+
+---

Old:

  roman-1.4.0.tar.gz

New:

  roman-2.0.0.zip



Other differences:
--
++ python-roman.spec ++
--- /var/tmp/diff_new_pack.m9P7E7/_old  2013-11-25 16:03:51.0 +0100
+++ /var/tmp/diff_new_pack.m9P7E7/_new  2013-11-25 16:03:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-roman
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,16 +17,17 @@
 
 %define modname roman
 Name:   python-%{modname}
-Version:1.4.0
+Version:2.0.0
 Release:0
 Summary:Integer to Roman numerals converter
 License:Python-2.0
 Group:  Development/Libraries/Python
 Url:http://pypi.python.org/pypi/roman
-Source0:
http://pypi.python.org/packages/source/r/%{modname}/%{modname}-%{version}.tar.gz
+Source0:
http://pypi.python.org/packages/source/r/%{modname}/%{modname}-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+BuildRequires:  unzip
 %if 0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
 %else
@@ -46,11 +47,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
+%doc CHANGES.txt
 %{python_sitelib}/%{modname}.py*
 %{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-roman for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-roman for openSUSE:Factory 
checked in at 2013-03-08 13:29:19

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


Package is python-roman, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-roman/python-roman.changes
2012-06-26 20:03:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-roman.new/python-roman.changes   
2013-03-08 13:29:21.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 19:44:41 UTC 2013 - toddrme2...@gmail.com
+
+- Fix building on SLES
+
+---



Other differences:
--
++ python-roman.spec ++
--- /var/tmp/diff_new_pack.4oJIoZ/_old  2013-03-08 13:29:21.0 +0100
+++ /var/tmp/diff_new_pack.4oJIoZ/_new  2013-03-08 13:29:21.0 +0100
@@ -28,7 +28,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 %if 0%{?suse_version} = 1110
-%{!?python_sitelib: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
 %else
 BuildArch:  noarch
 %endif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-roman for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package python-roman for openSUSE:Factory 
checked in at 2012-06-26 20:03:33

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


Package is python-roman, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-roman/python-roman.changes
2012-06-12 07:10:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-roman.new/python-roman.changes   
2012-06-26 20:03:35.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 26 12:54:58 UTC 2012 - toddrme2...@gmail.com
+
+- Fix building on SLE 11
+- Spec file cleanup
+
+---



Other differences:
--
++ python-roman.spec ++
--- /var/tmp/diff_new_pack.f1Urwu/_old  2012-06-26 20:03:37.0 +0200
+++ /var/tmp/diff_new_pack.f1Urwu/_new  2012-06-26 20:03:37.0 +0200
@@ -15,38 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-Name:   python-roman
+%define modname roman
+Name:   python-%{modname}
 Version:1.4.0
 Release:0
 Summary:Integer to Roman numerals converter
 License:Python-2.0
 Group:  Development/Libraries/Python
 Url:http://pypi.python.org/pypi/roman
-Source0:
http://pypi.python.org/packages/source/r/roman/roman-%{version}.tar.gz
-
-BuildArch:  noarch
+Source0:
http://pypi.python.org/packages/source/r/%{modname}/%{modname}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+%if 0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
+%else
+BuildArch:  noarch
+%endif
 
 %description
 This module converts from and to Roman numerals. It can convert numbers from
 1 to 4999 and understands the common shortcuts (IX == 9), but not illegal ones 
(MIM == 1999).
 
-
 %prep
-%setup -n roman-%{version}
+%setup -n %{modname}-%{version}
 
 %build
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
+%{python_sitelib}/%{modname}.py*
+%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org