commit python-inflection for openSUSE:Leap:15.2

2020-05-21 Thread root
Hello community,

here is the log from the commit of package python-inflection for 
openSUSE:Leap:15.2 checked in at 2020-05-21 13:00:01

Comparing /work/SRC/openSUSE:Leap:15.2/python-inflection (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-inflection.new.2738 (New)


Package is "python-inflection"

Thu May 21 13:00:01 2020 rev:13 rq:807941 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-inflection/python-inflection.changes
2020-04-17 13:37:15.128206735 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-inflection.new.2738/python-inflection.changes
  2020-05-21 13:00:11.114905571 +0200
@@ -2,27 +1,0 @@
-Tue Apr  7 07:42:02 UTC 2020 - Sebastian Wagner 
-
-- Disable Python2 build, upstream says they stopped support for it.
-

-Tue Apr  7 07:39:01 UTC 2020 - Sebastian Wagner 
-
-- update to version 0.4.0:
- - BREAKING CHANGES
-  - Drop support for Python 2.6 and 3.3 (2dfa5f6)
-  - Drop support for Python 2.7 (a826dac)
-  - Drop support for Python 3.4 (351a0f5)
-  - Drop support for PyPy (88a0a5f)
- - Features
-  - Include docs in releases (4c85b45)
-  - Add universal wheel distribution (2daa3c7)
-  - Add support for Python 3.5 and 3.6 (2dfa5f6)
-  - Add support for Python 3.7 and 3.8 (09efb13)
-  - Add support for PyPy 3 (2d2d379)
-  - Move Changelog to GitHub releases (5181192)
- - Bug Fixes
-  - Fix typo in camelize docs (5f44276)
-  - Fix doctest blocks in docstrings (1d6c78f) (#11)
-  - Fix "passerby" pluralized as "passerbys" and not "passersby (1969b3a) (#40)
-  - Fix titleize() capitalizing only words starting with A-Z (e32443b) (#33)
-


Old:

  inflection-0.4.0.tar.gz

New:

  inflection-0.3.1.tar.gz



Other differences:
--
++ python-inflection.spec ++
--- /var/tmp/diff_new_pack.r0TZX6/_old  2020-05-21 13:00:11.446906295 +0200
+++ /var/tmp/diff_new_pack.r0TZX6/_new  2020-05-21 13:00:11.450906304 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-inflection
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -17,14 +17,13 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:   python-inflection
-Version:0.4.0
+Version:0.3.1
 Release:0
 Summary:A port of Ruby on Rails inflector to Python
 License:MIT
 Group:  Development/Languages/Python
-URL:http://github.com/jpvanhal/inflection
+Url:http://github.com/jpvanhal/inflection
 Source: 
https://files.pythonhosted.org/packages/source/i/inflection/inflection-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -55,7 +54,7 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%doc README.rst
+%doc CHANGES.rst README.rst
 %%license LICENSE
 %{python_sitelib}/*
 

++ inflection-0.4.0.tar.gz -> inflection-0.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inflection-0.4.0/CHANGES.rst 
new/inflection-0.3.1/CHANGES.rst
--- old/inflection-0.4.0/CHANGES.rst1970-01-01 01:00:00.0 +0100
+++ new/inflection-0.3.1/CHANGES.rst2015-05-03 10:06:13.0 +0200
@@ -0,0 +1,42 @@
+Changelog
+-
+
+Here you can see the full list of changes between each Inflection release.
+
+0.3.1 (May 3, 2015)
+^^^
+
+- Fixed trove classifiers not showing up on PyPI.
+- Fixed "human" pluralized as "humen" and not "humans".
+- Fixed "potato" pluralized as "potatos" and not "potatoes".
+
+0.3.0 (March 1, 2015)
++
+
+- Added `tableize()` function.
+
+0.2.1 (September 3, 2014)
++
+
+- Added Python 2, Python 3 and Python 3.4 trove classifiers.
+
+0.2.0 (June 15, 2013)
++
+
+- Added initial support for Python 3.
+- Dropped Python 2.5 support.
+
+0.1.2 (March 13, 2012)
+++
+
+- Added Python 2.5 support.
+
+0.1.1 (February 24, 2012)
++
+
+- Fixed some files not included in the distribution package.
+
+0.1.0 (February 24, 2012)
++
+
+- Initial public release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inflection-0.4.0/LICENSE new/inflection-0.3.1/LICENSE
--- old/inflection-0.4.0/LICENSE2020-04-06 21:15:38.0 +0200
+++ new/inflection-0.3.1/LICENSE2015-03-01 18:29:02.0 +0100
@@ -1,4 +1,4 @@

commit python-inflection for openSUSE:Leap:15.2

2020-04-17 Thread root
Hello community,

here is the log from the commit of package python-inflection for 
openSUSE:Leap:15.2 checked in at 2020-04-17 13:37:14

Comparing /work/SRC/openSUSE:Leap:15.2/python-inflection (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-inflection.new.2738 (New)


Package is "python-inflection"

Fri Apr 17 13:37:14 2020 rev:12 rq:794233 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-inflection/python-inflection.changes
2020-03-09 18:06:32.372852484 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-inflection.new.2738/python-inflection.changes
  2020-04-17 13:37:15.128206735 +0200
@@ -1,0 +2,27 @@
+Tue Apr  7 07:42:02 UTC 2020 - Sebastian Wagner 
+
+- Disable Python2 build, upstream says they stopped support for it.
+
+---
+Tue Apr  7 07:39:01 UTC 2020 - Sebastian Wagner 
+
+- update to version 0.4.0:
+ - BREAKING CHANGES
+  - Drop support for Python 2.6 and 3.3 (2dfa5f6)
+  - Drop support for Python 2.7 (a826dac)
+  - Drop support for Python 3.4 (351a0f5)
+  - Drop support for PyPy (88a0a5f)
+ - Features
+  - Include docs in releases (4c85b45)
+  - Add universal wheel distribution (2daa3c7)
+  - Add support for Python 3.5 and 3.6 (2dfa5f6)
+  - Add support for Python 3.7 and 3.8 (09efb13)
+  - Add support for PyPy 3 (2d2d379)
+  - Move Changelog to GitHub releases (5181192)
+ - Bug Fixes
+  - Fix typo in camelize docs (5f44276)
+  - Fix doctest blocks in docstrings (1d6c78f) (#11)
+  - Fix "passerby" pluralized as "passerbys" and not "passersby (1969b3a) (#40)
+  - Fix titleize() capitalizing only words starting with A-Z (e32443b) (#33)
+
+---

Old:

  inflection-0.3.1.tar.gz

New:

  inflection-0.4.0.tar.gz



Other differences:
--
++ python-inflection.spec ++
--- /var/tmp/diff_new_pack.2sMzBS/_old  2020-04-17 13:37:15.540207045 +0200
+++ /var/tmp/diff_new_pack.2sMzBS/_new  2020-04-17 13:37:15.540207045 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-inflection
 #
-# Copyright (c) 2018 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
@@ -17,13 +17,14 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-inflection
-Version:0.3.1
+Version:0.4.0
 Release:0
 Summary:A port of Ruby on Rails inflector to Python
 License:MIT
 Group:  Development/Languages/Python
-Url:http://github.com/jpvanhal/inflection
+URL:http://github.com/jpvanhal/inflection
 Source: 
https://files.pythonhosted.org/packages/source/i/inflection/inflection-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -54,7 +55,7 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%doc CHANGES.rst README.rst
+%doc README.rst
 %%license LICENSE
 %{python_sitelib}/*
 

++ inflection-0.3.1.tar.gz -> inflection-0.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inflection-0.3.1/CHANGES.rst 
new/inflection-0.4.0/CHANGES.rst
--- old/inflection-0.3.1/CHANGES.rst2015-05-03 10:06:13.0 +0200
+++ new/inflection-0.4.0/CHANGES.rst1970-01-01 01:00:00.0 +0100
@@ -1,42 +0,0 @@
-Changelog
--
-
-Here you can see the full list of changes between each Inflection release.
-
-0.3.1 (May 3, 2015)
-^^^
-
-- Fixed trove classifiers not showing up on PyPI.
-- Fixed "human" pluralized as "humen" and not "humans".
-- Fixed "potato" pluralized as "potatos" and not "potatoes".
-
-0.3.0 (March 1, 2015)
-+
-
-- Added `tableize()` function.
-
-0.2.1 (September 3, 2014)
-+
-
-- Added Python 2, Python 3 and Python 3.4 trove classifiers.
-
-0.2.0 (June 15, 2013)
-+
-
-- Added initial support for Python 3.
-- Dropped Python 2.5 support.
-
-0.1.2 (March 13, 2012)
-++
-
-- Added Python 2.5 support.
-
-0.1.1 (February 24, 2012)
-+
-
-- Fixed some files not included in the distribution package.
-
-0.1.0 (February 24, 2012)
-+
-
-- Initial public release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inflection-0.3.1/LICENSE new/inflection-0.4.0/LICENSE
--- old/inflection-0.3.1/LICENSE2015-03-01 18:29:02.0 +0100
+++ new/inflection-0.4.0/LICENSE2020-04-06 21:15:38.0 +0200
@@ -1,4 +1,4 @@

commit python-inflection for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package python-inflection for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:06:30

Comparing /work/SRC/openSUSE:Leap:15.2/python-inflection (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-inflection.new.26092 (New)


Package is "python-inflection"

Mon Mar  9 18:06:30 2020 rev:11 rq:776681 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-inflection/python-inflection.changes
2020-01-15 15:49:21.203457246 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-inflection.new.26092/python-inflection.changes
 2020-03-09 18:06:32.372852484 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:49:19 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-inflection.spec ++
--- /var/tmp/diff_new_pack.KZgtce/_old  2020-03-09 18:06:33.136852863 +0100
+++ /var/tmp/diff_new_pack.KZgtce/_new  2020-03-09 18:06:33.172852881 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-inflection
 #
-# 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,22 +12,22 @@
 # 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-inflection
 Version:0.3.1
 Release:0
-License:MIT
 Summary:A port of Ruby on Rails inflector to Python
-Url:http://github.com/jpvanhal/inflection
+License:MIT
 Group:  Development/Languages/Python
+Url:http://github.com/jpvanhal/inflection
 Source: 
https://files.pythonhosted.org/packages/source/i/inflection/inflection-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
 # /SECTION