commit python-humanize for openSUSE:Factory

2020-09-28 Thread root
Hello community,

here is the log from the commit of package python-humanize for openSUSE:Factory 
checked in at 2020-09-28 14:30:33

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


Package is "python-humanize"

Mon Sep 28 14:30:33 2020 rev:6 rq:838267 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-humanize/python-humanize.changes  
2020-06-04 17:55:45.876877502 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-humanize.new.4249/python-humanize.changes
2020-09-28 14:30:54.386243486 +0200
@@ -1,0 +2,10 @@
+Mon Sep 28 11:51:21 UTC 2020 - Dirk Mueller 
+
+- update to 2.6.0:
+  * Deploy docs to Read the Docs (#148) @hugovk
+  * Build API reference docs from docstrings using MKDocs (#147) @hugovk
+  * Function to represent timedeltas without losing precision (precisedelta) 
(#137) @eldipa
+  * Improve default locale path discovering. (#146) @mondeja
+  * Added Ukrainian language to list in README.md (#141) @tuxlabore
+
+---

Old:

  humanize-2.4.0.tar.gz

New:

  humanize-2.6.0.tar.gz



Other differences:
--
++ python-humanize.spec ++
--- /var/tmp/diff_new_pack.4L8lTb/_old  2020-09-28 14:30:55.174244170 +0200
+++ /var/tmp/diff_new_pack.4L8lTb/_new  2020-09-28 14:30:55.182244176 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %global modname humanize
 Name:   python-humanize
-Version:2.4.0
+Version:2.6.0
 Release:0
 Summary:Python humanize utilities
 License:MIT

++ humanize-2.4.0.tar.gz -> humanize-2.6.0.tar.gz ++
 2101 lines of diff (skipped)




commit python-humanize for openSUSE:Factory

2020-06-04 Thread root
Hello community,

here is the log from the commit of package python-humanize for openSUSE:Factory 
checked in at 2020-06-04 17:55:29

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


Package is "python-humanize"

Thu Jun  4 17:55:29 2020 rev:5 rq:811308 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-humanize/python-humanize.changes  
2020-03-31 17:15:19.387630565 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-humanize.new.3606/python-humanize.changes
2020-06-04 17:55:45.876877502 +0200
@@ -1,0 +2,8 @@
+Thu Jun  4 06:42:45 UTC 2020 - Steve Kowalik 
+
+- Update to 2.4.0:
+  * Added Spanish (Spain) locale.
+  * Polish (pl_PL) locales added
+- Switch to %pytest macro. 
+
+---

Old:

  humanize-2.2.0.tar.gz

New:

  humanize-2.4.0.tar.gz



Other differences:
--
++ python-humanize.spec ++
--- /var/tmp/diff_new_pack.ngXv4y/_old  2020-06-04 17:55:46.592879703 +0200
+++ /var/tmp/diff_new_pack.ngXv4y/_new  2020-06-04 17:55:46.596879715 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %global modname humanize
 Name:   python-humanize
-Version:2.2.0
+Version:2.4.0
 Release:0
 Summary:Python humanize utilities
 License:MIT
@@ -54,7 +54,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand $python setup.py test
+%pytest
 
 %files %{python_files}
 %license LICENCE

++ humanize-2.2.0.tar.gz -> humanize-2.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-2.2.0/.github/FUNDING.md 
new/humanize-2.4.0/.github/FUNDING.md
--- old/humanize-2.2.0/.github/FUNDING.md   1970-01-01 01:00:00.0 
+0100
+++ new/humanize-2.4.0/.github/FUNDING.md   2020-04-23 18:45:18.0 
+0200
@@ -0,0 +1 @@
+tidelift: "pypi/humanize"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-2.2.0/.github/SECURITY.md 
new/humanize-2.4.0/.github/SECURITY.md
--- old/humanize-2.2.0/.github/SECURITY.md  1970-01-01 01:00:00.0 
+0100
+++ new/humanize-2.4.0/.github/SECURITY.md  2020-04-23 18:45:18.0 
+0200
@@ -0,0 +1,4 @@
+# Security policy
+
+Security reports can be made via [Tidelift](https://tidelift.com/security).
+Tidelift will coordinate the fix and disclosure.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-2.2.0/PKG-INFO new/humanize-2.4.0/PKG-INFO
--- old/humanize-2.2.0/PKG-INFO 2020-03-23 18:21:45.724739000 +0100
+++ new/humanize-2.4.0/PKG-INFO 2020-04-23 18:46:39.96897 +0200
@@ -1,12 +1,15 @@
 Metadata-Version: 2.1
 Name: humanize
-Version: 2.2.0
+Version: 2.4.0
 Summary: Python humanize utilities
 Home-page: https://github.com/jmoiron/humanize
 Author: Jason Moiron
 Author-email: jmoi...@jmoiron.net
 Maintainer: Hugo van Kemenade
 License: MIT
+Project-URL: Source, https://github.com/jmoiron/humanize
+Project-URL: Issue tracker, https://github.com/jmoiron/humanize/issues
+Project-URL: Funding, 
https://tidelift.com/subscription/pkg/pypi-humanize?utm_source=pypi-humanize&utm_medium=pypi
 Description: # humanize
 
 [![PyPI 
version](https://img.shields.io/pypi/v/humanize.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/humanize/)
@@ -31,9 +34,11 @@
 * Japanese
 * Korean
 * Persian
+* Polish
 * Russian
 * Simplified Chinese
 * Slovak
+* Spanish
 * Turkish
 * Vietnamese
 
@@ -195,6 +200,8 @@
 Where `` is a locale abbreviation, eg. `en_GB`, `pt_BR` 
or just `ru`, `fr`
 etc.
 
+List the language at the top of this README.
+
 Keywords: humanize time size
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-2.2.0/README.md new/humanize-2.4.0/README.md
--- old/humanize-2.2.0/README.md2020-03-23 18:20:17.0 +0100
+++ new/humanize-2.4.0/README.md2020-04-23 18:45:18.0 +0200
@@ -22,9 +22,11 @@
 * Japanese
 * Korean
 * Persian
+* Polish
 * Russian
 * Simplified Chinese
 * Slovak
+* Spanish
 * Turkish
 * Vietnamese
 
@@ -185,3 +187,5 @@
 
 Where `` is a locale abbreviation, eg. `en_GB`, `pt_BR` or just 
`ru`, `fr`
 etc.
+
+List the language at the top of this README.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-2.2.0/setup.py new/humanize-2.4.0/setup.py
--- old/humanize-2.2.0/setup.py 202

commit python-humanize for openSUSE:Factory

2020-03-31 Thread root
Hello community,

here is the log from the commit of package python-humanize for openSUSE:Factory 
checked in at 2020-03-31 17:15:18

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


Package is "python-humanize"

Tue Mar 31 17:15:18 2020 rev:4 rq:789933 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-humanize/python-humanize.changes  
2019-06-06 18:17:11.332688373 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-humanize.new.3160/python-humanize.changes
2020-03-31 17:15:19.387630565 +0200
@@ -1,0 +2,23 @@
+Tue Mar 31 05:49:52 UTC 2020 - steven.kowa...@suse.com
+
+- Update to 2.2.0: 
+  * Added
++ Disambiguate naturaldate return: only append year if more than
++ ~5 months away (#107) @hugovk
++ Add scientific notation to string support (#110) @Thx3r @hugovk
++ Add micro- and millisecond units to naturaldelta and
++ naturaltime (#104) @hugovk
++ Add ndigits option to intcomma (#123) @hugovk
++ Show more than bytes for negative file sizes (#122) @hugovk
+  * Fixed
++ Fix: AP style for 0 is 'zero' (#121) @hugovk
+  * Changed
++ Disambiguate naturaldate return: only append year if more than ~5 months 
away (#107) @hugovk
++ Convert remaining tests to use pytest.mark.parametrize (#109) @hugovk
++ Refactor some tests to use pytest.mark.parametrize (#108) @hugovk
+  * Removed
++ Drop support for EOL Python 2 (#102) @hugovk
+- Fiddle with BuildRequires, adding new modules that are needed
+- Switch to pypi source tarball, required for setuptools_scm
+
+---

Old:

  0.5.1.tar.gz

New:

  humanize-2.2.0.tar.gz



Other differences:
--
++ python-humanize.spec ++
--- /var/tmp/diff_new_pack.4A8lBe/_old  2020-03-31 17:15:20.219631094 +0200
+++ /var/tmp/diff_new_pack.4A8lBe/_new  2020-03-31 17:15:20.227631099 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-humanize
 #
-# 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
@@ -17,20 +17,23 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 %global modname humanize
 Name:   python-humanize
-Version:0.5.1
+Version:2.2.0
 Release:0
 Summary:Python humanize utilities
 License:MIT
 Group:  Development/Languages/Python
 URL:http://github.com/jmoiron/humanize
-Source: https://github.com/jmoiron/humanize/archive/%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/h/humanize/humanize-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module freezegun}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 BuildArch:  noarch
 %python_subpackages
@@ -55,7 +58,7 @@
 
 %files %{python_files}
 %license LICENCE
-%doc README.rst
+%doc README.md
 %{python_sitelib}/*
 %{python_sitelib}/humanize/locale/*
 




commit python-humanize for openSUSE:Factory

2019-06-06 Thread root
Hello community,

here is the log from the commit of package python-humanize for openSUSE:Factory 
checked in at 2019-06-06 18:17:09

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


Package is "python-humanize"

Thu Jun  6 18:17:09 2019 rev:3 rq:707796 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-humanize/python-humanize.changes  
2019-01-03 18:06:22.300154031 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-humanize.new.4811/python-humanize.changes
2019-06-06 18:17:11.332688373 +0200
@@ -1,0 +2,5 @@
+Wed Jun  5 08:03:04 UTC 2019 - Petr Gajdos 
+
+- test package in %check
+
+---

Old:

  humanize-0.5.1.tar.gz

New:

  0.5.1.tar.gz



Other differences:
--
++ python-humanize.spec ++
--- /var/tmp/diff_new_pack.tFuhV0/_old  2019-06-06 18:17:11.780688241 +0200
+++ /var/tmp/diff_new_pack.tFuhV0/_new  2019-06-06 18:17:11.784688240 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-humanize
 #
-# 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
@@ -25,10 +25,13 @@
 License:MIT
 Group:  Development/Languages/Python
 URL:http://github.com/jmoiron/humanize
-Source: 
https://files.pythonhosted.org/packages/source/h/humanize/%{modname}-%{version}.tar.gz
+Source: https://github.com/jmoiron/humanize/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# SECTION test requirements
+BuildRequires:  %{python_module mock}
+# /SECTION
 BuildArch:  noarch
 %python_subpackages
 
@@ -47,6 +50,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand $python setup.py test
+
 %files %{python_files}
 %license LICENCE
 %doc README.rst

++ humanize-0.5.1.tar.gz -> 0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-0.5.1/.gitignore 
new/humanize-0.5.1/.gitignore
--- old/humanize-0.5.1/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/humanize-0.5.1/.gitignore   2014-11-13 17:41:57.0 +0100
@@ -0,0 +1,8 @@
+tags
+*.py[co]
+*.sw[po]
+*.egg-info*
+*.pot
+docs/_build*
+build
+dist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-0.5.1/.travis.yml 
new/humanize-0.5.1/.travis.yml
--- old/humanize-0.5.1/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/humanize-0.5.1/.travis.yml  2014-11-13 17:41:57.0 +0100
@@ -0,0 +1,8 @@
+language: python
+python:
+ - 2.7
+ - 3.3
+ - "pypy"
+
+script: python setup.py test
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-0.5.1/PKG-INFO new/humanize-0.5.1/PKG-INFO
--- old/humanize-0.5.1/PKG-INFO 2014-11-13 17:43:10.0 +0100
+++ new/humanize-0.5.1/PKG-INFO 1970-01-01 01:00:00.0 +0100
@@ -1,117 +0,0 @@
-Metadata-Version: 1.1
-Name: humanize
-Version: 0.5.1
-Summary: python humanize utilities
-Home-page: http://github.com/jmoiron/humanize
-Author: Jason Moiron
-Author-email: jmoi...@jmoiron.net
-License: MIT
-Description: humanize
-
-
-.. image:: 
https://secure.travis-ci.org/jmoiron/humanize.png?branch=master
-  :target: http://travis-ci.org/jmoiron/humanize
-
-This modest package contains various common humanization utilities, 
like turning
-a number into a fuzzy human readable duration ('3 minutes ago') or 
into a human
-readable size or throughput.  It works with python 2.7 and 3.3 and is 
localized
-to Russian, French, and Korean.
-
-usage
--
-
-Integer humanization::
-
->>> import humanize
->>> humanize.intcomma(12345)
-'12,345'
->>> humanize.intword(123455913)
-'123.5 million'
->>> humanize.intword(12345591313)
-'12.3 billion'
->>> humanize.apnumber(4)
-'four'
->>> humanize.apnumber(41)
-'41'
-
-Date & time humanization::
-
->>> import datetime
->>> humanize.naturalday(datetime.datetime.now())
-'today'
->>> humanize.naturalday(datetime.datetime.now() - 
datetime.timedelta(days=1))
-'yesterday'
->>> humani

commit python-humanize for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package python-humanize for openSUSE:Factory 
checked in at 2019-01-03 18:06:21

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


Package is "python-humanize"

Thu Jan  3 18:06:21 2019 rev:2 rq:656826 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-humanize/python-humanize.changes  
2017-07-11 08:25:06.433694337 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-humanize.new.28833/python-humanize.changes   
2019-01-03 18:06:22.300154031 +0100
@@ -1,0 +2,11 @@
+Mon Dec 10 12:37:51 UTC 2018 - Tomáš Chvátal 
+
+- Fix fdupes call
+- Fix Source url
+
+---
+Tue Dec  4 12:49:01 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-humanize.spec ++
--- /var/tmp/diff_new_pack.GrA8BQ/_old  2019-01-03 18:06:22.764153619 +0100
+++ /var/tmp/diff_new_pack.GrA8BQ/_new  2019-01-03 18:06:22.764153619 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-humanize
 #
-# 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,32 +12,24 @@
 # 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-humanize
 %global modname humanize
+Name:   python-humanize
 Version:0.5.1
 Release:0
 Summary:Python humanize utilities
 License:MIT
 Group:  Development/Languages/Python
-Url:http://github.com/jmoiron/%{modname}
-Source: 
https://pypi.io/packages/source/h/%{modname}/%{modname}-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:http://github.com/jmoiron/humanize
+Source: 
https://files.pythonhosted.org/packages/source/h/humanize/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%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
-%endif
-
 %python_subpackages
 
 %description
@@ -53,12 +45,11 @@
 
 %install
 %python_install
-%find_lang humanize
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENCE README.rst
+%license LICENCE
+%doc README.rst
 %{python_sitelib}/*
 %{python_sitelib}/humanize/locale/*