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 <[email protected]>
+
+- 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.000000000 
+0100
+++ new/humanize-2.4.0/.github/FUNDING.md       2020-04-23 18:45:18.000000000 
+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.000000000 
+0100
+++ new/humanize-2.4.0/.github/SECURITY.md      2020-04-23 18:45:18.000000000 
+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.968970000 +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: [email protected]
 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 `<locale name>` 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.md        2020-03-23 18:20:17.000000000 +0100
+++ new/humanize-2.4.0/README.md        2020-04-23 18:45:18.000000000 +0200
@@ -22,9 +22,11 @@
 * Japanese
 * Korean
 * Persian
+* Polish
 * Russian
 * Simplified Chinese
 * Slovak
+* Spanish
 * Turkish
 * Vietnamese
 
@@ -185,3 +187,5 @@
 
 Where `<locale name>` 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 2020-03-23 18:20:17.000000000 +0100
+++ new/humanize-2.4.0/setup.py 2020-04-23 18:45:18.000000000 +0200
@@ -19,6 +19,12 @@
     author_email="[email protected]",
     maintainer="Hugo van Kemenade",
     url="https://github.com/jmoiron/humanize";,
+    project_urls={
+        "Source": "https://github.com/jmoiron/humanize";,
+        "Issue tracker": "https://github.com/jmoiron/humanize/issues";,
+        "Funding": "https://tidelift.com/subscription/pkg/pypi-humanize?";
+        "utm_source=pypi-humanize&utm_medium=pypi",
+    },
     license="MIT",
     keywords="humanize time size",
     packages=find_packages(where="src"),
Binary files 
old/humanize-2.2.0/src/humanize/locale/es_ES/LC_MESSAGES/humanize.mo and 
new/humanize-2.4.0/src/humanize/locale/es_ES/LC_MESSAGES/humanize.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/humanize-2.2.0/src/humanize/locale/es_ES/LC_MESSAGES/humanize.po 
new/humanize-2.4.0/src/humanize/locale/es_ES/LC_MESSAGES/humanize.po
--- old/humanize-2.2.0/src/humanize/locale/es_ES/LC_MESSAGES/humanize.po        
1970-01-01 01:00:00.000000000 +0100
+++ new/humanize-2.4.0/src/humanize/locale/es_ES/LC_MESSAGES/humanize.po        
2020-04-23 18:45:18.000000000 +0200
@@ -0,0 +1,281 @@
+# Spanish (Spain) translations for PROJECT.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Álvaro Mondéjar <[email protected]>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-03-22 16:30+0200\n"
+"PO-Revision-Date: 2020-03-31 21:08+0200\n"
+"Last-Translator: Álvaro Mondéjar <[email protected]>\n"
+"Language-Team: \n"
+"Language: es_ES\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.3\n"
+
+#: src/humanize/number.py:22
+msgctxt "0"
+msgid "th"
+msgstr "º"
+
+#: src/humanize/number.py:23
+msgctxt "1"
+msgid "st"
+msgstr "º"
+
+#: src/humanize/number.py:24
+msgctxt "2"
+msgid "nd"
+msgstr "º"
+
+#: src/humanize/number.py:25
+msgctxt "3"
+msgid "rd"
+msgstr "º"
+
+#: src/humanize/number.py:26
+msgctxt "4"
+msgid "th"
+msgstr "º"
+
+#: src/humanize/number.py:27
+msgctxt "5"
+msgid "th"
+msgstr "º"
+
+#: src/humanize/number.py:28
+msgctxt "6"
+msgid "th"
+msgstr "º"
+
+#: src/humanize/number.py:29
+msgctxt "7"
+msgid "th"
+msgstr "º"
+
+#: src/humanize/number.py:30
+msgctxt "8"
+msgid "th"
+msgstr "º"
+
+#: src/humanize/number.py:31
+msgctxt "9"
+msgid "th"
+msgstr "º"
+
+#: src/humanize/number.py:73
+msgid "million"
+msgstr "millón"
+
+#: src/humanize/number.py:74
+msgid "billion"
+msgstr "billón"
+
+#: src/humanize/number.py:75
+msgid "trillion"
+msgstr "trillón"
+
+#: src/humanize/number.py:76
+msgid "quadrillion"
+msgstr "quatrillón"
+
+#: src/humanize/number.py:77
+msgid "quintillion"
+msgstr "quintillón"
+
+#: src/humanize/number.py:78
+msgid "sextillion"
+msgstr "sextillón"
+
+#: src/humanize/number.py:79
+msgid "septillion"
+msgstr "septillón"
+
+#: src/humanize/number.py:80
+msgid "octillion"
+msgstr "octillón"
+
+#: src/humanize/number.py:81
+msgid "nonillion"
+msgstr "nonillón"
+
+#: src/humanize/number.py:82
+msgid "decillion"
+msgstr "decillón"
+
+#: src/humanize/number.py:83
+msgid "googol"
+msgstr "gúgol"
+
+#: src/humanize/number.py:138
+msgid "zero"
+msgstr "cero"
+
+#: src/humanize/number.py:139
+msgid "one"
+msgstr "uno"
+
+#: src/humanize/number.py:140
+msgid "two"
+msgstr "dos"
+
+#: src/humanize/number.py:141
+msgid "three"
+msgstr "tres"
+
+#: src/humanize/number.py:142
+msgid "four"
+msgstr "cuatro"
+
+#: src/humanize/number.py:143
+msgid "five"
+msgstr "cinco"
+
+#: src/humanize/number.py:144
+msgid "six"
+msgstr "seis"
+
+#: src/humanize/number.py:145
+msgid "seven"
+msgstr "siete"
+
+#: src/humanize/number.py:146
+msgid "eight"
+msgstr "ocho"
+
+#: src/humanize/number.py:147
+msgid "nine"
+msgstr "nueve"
+
+#: src/humanize/time.py:87
+#, python-format
+msgid "%d microsecond"
+msgid_plural "%d microseconds"
+msgstr[0] "%d microsegundo"
+msgstr[1] "%d microsegundos"
+
+#: src/humanize/time.py:93
+#, python-format
+msgid "%d millisecond"
+msgid_plural "%d milliseconds"
+msgstr[0] "%d milisegundo"
+msgstr[1] "%d milisegundos"
+
+#: src/humanize/time.py:96 src/humanize/time.py:170
+msgid "a moment"
+msgstr "un momento"
+
+#: src/humanize/time.py:98
+msgid "a second"
+msgstr "un segundo"
+
+#: src/humanize/time.py:100
+#, python-format
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d segundo"
+msgstr[1] "%d segundos"
+
+#: src/humanize/time.py:102
+msgid "a minute"
+msgstr "un minuto"
+
+#: src/humanize/time.py:105
+#, python-format
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d minuto"
+msgstr[1] "%d minutos"
+
+#: src/humanize/time.py:107
+msgid "an hour"
+msgstr "una hora"
+
+#: src/humanize/time.py:110
+#, python-format
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d hora"
+msgstr[1] "%d horas"
+
+#: src/humanize/time.py:113
+msgid "a day"
+msgstr "un día"
+
+#: src/humanize/time.py:115 src/humanize/time.py:118
+#, python-format
+msgid "%d day"
+msgid_plural "%d days"
+msgstr[0] "%d día"
+msgstr[1] "%d días"
+
+#: src/humanize/time.py:120
+msgid "a month"
+msgstr "un mes"
+
+#: src/humanize/time.py:122
+#, python-format
+msgid "%d month"
+msgid_plural "%d months"
+msgstr[0] "%d mes"
+msgstr[1] "%d meses"
+
+#: src/humanize/time.py:125
+msgid "a year"
+msgstr "un año"
+
+#: src/humanize/time.py:127 src/humanize/time.py:136
+#, python-format
+msgid "1 year, %d day"
+msgid_plural "1 year, %d days"
+msgstr[0] "1 año y %d día"
+msgstr[1] "1 año y %d días"
+
+#: src/humanize/time.py:130
+msgid "1 year, 1 month"
+msgstr "1 año y 1 mes"
+
+#: src/humanize/time.py:133
+#, python-format
+msgid "1 year, %d month"
+msgid_plural "1 year, %d months"
+msgstr[0] "1 año y %d mes"
+msgstr[1] "1 año y %d meses"
+
+#: src/humanize/time.py:138
+#, python-format
+msgid "%d year"
+msgid_plural "%d years"
+msgstr[0] "%d año"
+msgstr[1] "%d años"
+
+#: src/humanize/time.py:167
+#, python-format
+msgid "%s from now"
+msgstr "en %s"
+
+#: src/humanize/time.py:167
+#, python-format
+msgid "%s ago"
+msgstr "hace %s"
+
+#: src/humanize/time.py:171
+msgid "now"
+msgstr "ahora"
+
+#: src/humanize/time.py:190
+msgid "today"
+msgstr "hoy"
+
+#: src/humanize/time.py:192
+msgid "tomorrow"
+msgstr "mañana"
+
+#: src/humanize/time.py:194
+msgid "yesterday"
+msgstr "ayer"
Binary files 
old/humanize-2.2.0/src/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo and 
new/humanize-2.4.0/src/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/humanize-2.2.0/src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po 
new/humanize-2.4.0/src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po
--- old/humanize-2.2.0/src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po        
1970-01-01 01:00:00.000000000 +0100
+++ new/humanize-2.4.0/src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po        
2020-04-23 18:45:18.000000000 +0200
@@ -0,0 +1,291 @@
+# Polish translations for PACKAGE package.
+# Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Bartosz Bubak <[email protected]>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-04-22 10:01+0200\n"
+"PO-Revision-Date: 2020-04-22 10:02+0200\n"
+"Last-Translator: Bartosz Bubak <bartosz.bubak gmail com>\n"
+"Language-Team: Polish\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#: src/humanize/number.py:22
+msgctxt "0"
+msgid "th"
+msgstr "."
+
+#: src/humanize/number.py:23
+msgctxt "1"
+msgid "st"
+msgstr "."
+
+#: src/humanize/number.py:24
+msgctxt "2"
+msgid "nd"
+msgstr "."
+
+#: src/humanize/number.py:25
+msgctxt "3"
+msgid "rd"
+msgstr "."
+
+#: src/humanize/number.py:26
+msgctxt "4"
+msgid "th"
+msgstr "."
+
+#: src/humanize/number.py:27
+msgctxt "5"
+msgid "th"
+msgstr "."
+
+#: src/humanize/number.py:28
+msgctxt "6"
+msgid "th"
+msgstr "."
+
+#: src/humanize/number.py:29
+msgctxt "7"
+msgid "th"
+msgstr "."
+
+#: src/humanize/number.py:30
+msgctxt "8"
+msgid "th"
+msgstr "."
+
+#: src/humanize/number.py:31
+msgctxt "9"
+msgid "th"
+msgstr "."
+
+#: src/humanize/number.py:73
+msgid "million"
+msgstr "milion"
+
+#: src/humanize/number.py:74
+msgid "billion"
+msgstr "bilion"
+
+#: src/humanize/number.py:75
+msgid "trillion"
+msgstr "trylion"
+
+#: src/humanize/number.py:76
+msgid "quadrillion"
+msgstr "kwadrylion"
+
+#: src/humanize/number.py:77
+msgid "quintillion"
+msgstr "kwintylion"
+
+#: src/humanize/number.py:78
+msgid "sextillion"
+msgstr "sekstylion"
+
+#: src/humanize/number.py:79
+msgid "septillion"
+msgstr "septylion"
+
+#: src/humanize/number.py:80
+msgid "octillion"
+msgstr "oktylion"
+
+#: src/humanize/number.py:81
+msgid "nonillion"
+msgstr "nonilion"
+
+#: src/humanize/number.py:82
+msgid "decillion"
+msgstr "decylion"
+
+#: src/humanize/number.py:83
+msgid "googol"
+msgstr "googol"
+
+#: src/humanize/number.py:138
+msgid "zero"
+msgstr "zero"
+
+#: src/humanize/number.py:139
+msgid "one"
+msgstr "jeden"
+
+#: src/humanize/number.py:140
+msgid "two"
+msgstr "dwa"
+
+#: src/humanize/number.py:141
+msgid "three"
+msgstr "trzy"
+
+#: src/humanize/number.py:142
+msgid "four"
+msgstr "cztery"
+
+#: src/humanize/number.py:143
+msgid "five"
+msgstr "pięć"
+
+#: src/humanize/number.py:144
+msgid "six"
+msgstr "sześć"
+
+#: src/humanize/number.py:145
+msgid "seven"
+msgstr "siedem"
+
+#: src/humanize/number.py:146
+msgid "eight"
+msgstr "osiem"
+
+#: src/humanize/number.py:147
+msgid "nine"
+msgstr "dziewięć"
+
+#: src/humanize/time.py:87
+#, python-format
+msgid "%d microsecond"
+msgid_plural "%d microseconds"
+msgstr[0] "%d mikrosekunda"
+msgstr[1] "%d mikrosekundy"
+msgstr[2] "%d mikrosekund"
+
+#: src/humanize/time.py:93
+#, python-format
+msgid "%d millisecond"
+msgid_plural "%d milliseconds"
+msgstr[0] "%d milisekunda"
+msgstr[1] "%d milisekundy"
+msgstr[2] "%d milisekund"
+
+#: src/humanize/time.py:96 src/humanize/time.py:170
+msgid "a moment"
+msgstr "chwila"
+
+#: src/humanize/time.py:98
+msgid "a second"
+msgstr "sekunda"
+
+#: src/humanize/time.py:100
+#, python-format
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d sekunda"
+msgstr[1] "%d sekundy"
+msgstr[2] "%d sekund"
+
+#: src/humanize/time.py:102
+msgid "a minute"
+msgstr "minuta"
+
+#: src/humanize/time.py:105
+#, python-format
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d minuta"
+msgstr[1] "%d minuty"
+msgstr[2] "%d minut"
+
+#: src/humanize/time.py:107
+msgid "an hour"
+msgstr "godzina"
+
+#: src/humanize/time.py:110
+#, python-format
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d godzina"
+msgstr[1] "%d godziny"
+msgstr[2] "%d godzin"
+
+#: src/humanize/time.py:113
+msgid "a day"
+msgstr "dzień"
+
+#: src/humanize/time.py:115 src/humanize/time.py:118
+#, python-format
+msgid "%d day"
+msgid_plural "%d days"
+msgstr[0] "%d dzień"
+msgstr[1] "%d dni"
+msgstr[2] "%d dni"
+
+#: src/humanize/time.py:120
+msgid "a month"
+msgstr "miesiąc"
+
+#: src/humanize/time.py:122
+#, python-format
+msgid "%d month"
+msgid_plural "%d months"
+msgstr[0] "%d miesiąc"
+msgstr[1] "%d miesiące"
+msgstr[2] "%d miesięcy"
+
+#: src/humanize/time.py:125
+msgid "a year"
+msgstr "rok"
+
+#: src/humanize/time.py:127 src/humanize/time.py:136
+#, python-format
+msgid "1 year, %d day"
+msgid_plural "1 year, %d days"
+msgstr[0] "1 rok, %d dzień"
+msgstr[1] "1 rok, %d dni"
+msgstr[2] "1 rok, %d dni"
+
+#: src/humanize/time.py:130
+msgid "1 year, 1 month"
+msgstr ""
+
+#: src/humanize/time.py:133
+#, python-format
+msgid "1 year, %d month"
+msgid_plural "1 year, %d months"
+msgstr[0] "1 rok, %d miesiąc"
+msgstr[1] "1 rok, %d miesiące"
+msgstr[2] "1 rok, %d miesięcy"
+
+#: src/humanize/time.py:138
+#, python-format
+msgid "%d year"
+msgid_plural "%d years"
+msgstr[0] "%d rok"
+msgstr[1] "%d lat"
+msgstr[2] "%d lata"
+
+#: src/humanize/time.py:167
+#, python-format
+msgid "%s from now"
+msgstr "%s od teraz"
+
+#: src/humanize/time.py:167
+#, python-format
+msgid "%s ago"
+msgstr "%s temu"
+
+#: src/humanize/time.py:171
+msgid "now"
+msgstr "teraz"
+
+#: src/humanize/time.py:190
+msgid "today"
+msgstr "dziś"
+
+#: src/humanize/time.py:192
+msgid "tomorrow"
+msgstr "jutro"
+
+#: src/humanize/time.py:194
+msgid "yesterday"
+msgstr "wczoraj"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/humanize-2.2.0/src/humanize.egg-info/PKG-INFO 
new/humanize-2.4.0/src/humanize.egg-info/PKG-INFO
--- old/humanize-2.2.0/src/humanize.egg-info/PKG-INFO   2020-03-23 
18:21:44.000000000 +0100
+++ new/humanize-2.4.0/src/humanize.egg-info/PKG-INFO   2020-04-23 
18:46:38.000000000 +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: [email protected]
 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 `<locale name>` 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/src/humanize.egg-info/SOURCES.txt 
new/humanize-2.4.0/src/humanize.egg-info/SOURCES.txt
--- old/humanize-2.2.0/src/humanize.egg-info/SOURCES.txt        2020-03-23 
18:21:45.000000000 +0100
+++ new/humanize-2.4.0/src/humanize.egg-info/SOURCES.txt        2020-04-23 
18:46:39.000000000 +0200
@@ -8,8 +8,10 @@
 setup.cfg
 setup.py
 tox.ini
+.github/FUNDING.md
 .github/ISSUE_TEMPLATE.md
 .github/PULL_REQUEST_TEMPLATE.md
+.github/SECURITY.md
 .github/labels.yml
 .github/release-drafter.yml
 .github/workflows/labels.yml
@@ -30,6 +32,8 @@
 src/humanize.egg-info/top_level.txt
 src/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
 src/humanize/locale/de_DE/LC_MESSAGES/humanize.po
+src/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
+src/humanize/locale/es_ES/LC_MESSAGES/humanize.po
 src/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo
 src/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
 src/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
@@ -46,6 +50,8 @@
 src/humanize/locale/ko_KR/LC_MESSAGES/humanize.po
 src/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo
 src/humanize/locale/nl_NL/LC_MESSAGES/humanize.po
+src/humanize/locale/pl_PL/LC_MESSAGES/humanize.mo
+src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po
 src/humanize/locale/pt_BR/LC_MESSAGES/humanize.mo
 src/humanize/locale/pt_BR/LC_MESSAGES/humanize.po
 src/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo


Reply via email to