commit python-tqdm for openSUSE:Leap:15.2

2020-04-20 Thread root
Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Leap:15.2 
checked in at 2020-04-20 12:55:18

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


Package is "python-tqdm"

Mon Apr 20 12:55:18 2020 rev:24 rq:795473 version:4.45.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tqdm/python-tqdm.changes
2020-03-21 16:47:07.501645290 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-tqdm.new.2738/python-tqdm.changes  
2020-04-20 12:55:38.664743145 +0200
@@ -1,0 +2,12 @@
+Wed Apr  8 06:44:50 UTC 2020 - Steve Kowalik 
+
+- Update to version 4.45.0:
+  * propagate and close() on exceptions (#926 <- #548)
+  * fix nested clear()
+  * rework nested close() (#930 <- #924 <- #918, #677)
+  * update all documentation & demos
+  * add and update tests
+  * dev framework: add pre-commit helper
+  * fix _utils ImportError => DeprecationWarning
+
+---

Old:

  tqdm-4.43.0.tar.gz

New:

  tqdm-4.45.0.tar.gz



Other differences:
--
++ python-tqdm.spec ++
--- /var/tmp/diff_new_pack.jKm0p3/_old  2020-04-20 12:55:39.020743703 +0200
+++ /var/tmp/diff_new_pack.jKm0p3/_new  2020-04-20 12:55:39.024743709 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   python-tqdm%{pkg_suffix}
-Version:4.43.0
+Version:4.45.0
 Release:0
 Summary:An extensible progress meter
 License:MPL-2.0 AND MIT

++ tqdm-4.43.0.tar.gz -> tqdm-4.45.0.tar.gz ++
 2330 lines of diff (skipped)




commit python-tqdm for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Leap:15.2 
checked in at 2020-03-21 16:45:37

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


Package is "python-tqdm"

Sat Mar 21 16:45:37 2020 rev:23 rq:786661 version:4.43.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tqdm/python-tqdm.changes
2020-03-20 05:15:08.522557543 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-tqdm.new.3160/python-tqdm.changes  
2020-03-21 16:47:07.501645290 +0100
@@ -1,0 +2,14 @@
+Sat Feb 22 18:37:35 UTC 2020 - Arun Persaud 
+
+- update to version 4.43.0:
+  * fix notebook exceptions (#669 <- #650)
++ set_description() when disable=True
+  * contrib.concurrent: avoid unnecessary len(iterable) (#893)
+  * update documentation
++ clarify etymology (#895)
++ fix minor typo (#890)
++ update contributors and years
+  * update tests
+  * fix CI tests for PRs
+
+---

Old:

  tqdm-4.42.1.tar.gz

New:

  tqdm-4.43.0.tar.gz



Other differences:
--
++ python-tqdm.spec ++
--- /var/tmp/diff_new_pack.s4sVtD/_old  2020-03-21 16:47:08.417646228 +0100
+++ /var/tmp/diff_new_pack.s4sVtD/_new  2020-03-21 16:47:08.425646236 +0100
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   python-tqdm%{pkg_suffix}
-Version:4.42.1
+Version:4.43.0
 Release:0
 Summary:An extensible progress meter
 License:MPL-2.0 AND MIT

++ tqdm-4.42.1.tar.gz -> tqdm-4.43.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tqdm-4.42.1/.coveragerc new/tqdm-4.43.0/.coveragerc
--- old/tqdm-4.42.1/.coveragerc 2020-02-03 16:37:40.0 +0100
+++ new/tqdm-4.43.0/.coveragerc 2020-02-19 15:57:08.0 +0100
@@ -2,7 +2,5 @@
 branch = True
 omit =
 tqdm/tests/*
-tqdm/_tqdm_gui.py
-tqdm/_tqdm_notebook.py
 [report]
 show_missing = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tqdm-4.42.1/LICENCE new/tqdm-4.43.0/LICENCE
--- old/tqdm-4.42.1/LICENCE 2020-02-03 16:37:40.0 +0100
+++ new/tqdm-4.43.0/LICENCE 2020-02-19 15:57:08.0 +0100
@@ -7,7 +7,7 @@
 in reverse chronological order:
 
 * files: *
-  MPLv2.0 2015-2019 (c) Casper da Costa-Luis
+  MPLv2.0 2015-2020 (c) Casper da Costa-Luis
   [casperdcl](https://github.com/casperdcl).
 * files: tqdm/_tqdm.py
   MIT 2016 (c) [PR #96] on behalf of Google Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tqdm-4.42.1/Makefile new/tqdm-4.43.0/Makefile
--- old/tqdm-4.42.1/Makefile2020-02-03 16:37:40.0 +0100
+++ new/tqdm-4.43.0/Makefile2020-02-19 15:57:08.0 +0100
@@ -104,7 +104,7 @@
 
 .dockerignore: .gitignore
cat $^ > "$@"
-   echo -e ".git" > "$@"
+   echo ".git" > "$@"
git clean -xdn | sed -nr 's/^Would remove (.*)$$/\1/p' >> "$@"
 
 distclean:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tqdm-4.42.1/PKG-INFO new/tqdm-4.43.0/PKG-INFO
--- old/tqdm-4.42.1/PKG-INFO2020-02-03 16:37:56.0 +0100
+++ new/tqdm-4.43.0/PKG-INFO2020-02-19 15:57:25.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tqdm
-Version: 4.42.1
+Version: 4.43.0
 Summary: Fast, Extensible Progress Meter
 Home-page: https://github.com/tqdm/tqdm
 Maintainer: tqdm developers
@@ -17,7 +17,7 @@
 
 |DOI| |LICENCE| |OpenHub-Status| |binder-demo| |notebook-demo| 
|awesome-python|
 
-``tqdm`` means "progress" in Arabic (*taqadum*, تقدّم)
+``tqdm`` derives from the Arabic word *taqaddum* (تقدّم) which can 
mean "progress,"
 and is an abbreviation for "I love you so much" in Spanish (*te quiero 
demasiado*).
 
 Instantly make your loops show a smart progress meter - just wrap any
@@ -696,7 +696,7 @@
 
 for i in trange(4, desc='1st loop'):
 for j in trange(5, desc='2nd loop'):
-for k in trange(50, desc='3nd loop', leave=False):
+for k in trange(50, desc='3rd loop', leave=False):
 sleep(0.01)
 
 On Windows `colorama `__ will be 
used if
@@ -1121,23 +1121,25 @@
 `CONTRIBUTING 
`__
 file for more information.
 
-Developers who have made significant contributions, ranked by *LoC*
+Developers who have made significant contributions, ranked by *SLoC*
  

commit python-tqdm for openSUSE:Leap:15.2

2020-03-19 Thread root
Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Leap:15.2 
checked in at 2020-03-20 05:14:58

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


Package is "python-tqdm"

Fri Mar 20 05:14:58 2020 rev:22 rq:777226 version:4.42.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-tqdm/python-tqdm.changes
2020-01-15 15:53:52.319612645 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-tqdm.new.3160/python-tqdm.changes  
2020-03-20 05:15:08.522557543 +0100
@@ -1,0 +2,248 @@
+Sun Feb  9 16:54:35 UTC 2020 - Arun Persaud 
+
+- update to version 4.42.1:
+  * support pandas==1.0.0 (#780, #555)
+  * minor metadata updates
+  * minor CI test update
+
+---
+Sun Jan 26 21:21:59 UTC 2020 - Arun Persaud 
+
+- update to version 4.42.0:
+  * notebook: update disable=None behaviour (#880)
+  * tqdm.keras: support tensorflow.keras as well as keras (#885)
+  * add contrib (#882)
++ tenumerate (#840 <- #480, #402)
++ tzip <= zip
++ tmap <= map
++ add concurrent module
+   o thread_map <= concurrent.futures.ThreadPoolExecutor.map
+   o process_map <= concurrent.futures.ProcessPoolExecutor.map
++ add itertools module (#225) stub
+   o product
+  * add & update tests
+  * add & update documentation
++ README
++ examples/
+  * update CI framework
+
+---
+Mon Jan  6 14:46:46 UTC 2020 - Todd R 
+
+- Remove unneeded python2 ipython-related testing dependencies.
+  These packages are no longer available for python2 and the test
+  suite will automatically skip them if they aren't available.
+
+---
+Sun Jan  5 02:47:11 UTC 2020 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 4.41.1:
+  * fix batch_size=None
+  * keras missing pop('size')
+
+---
+Sun Dec 29 21:17:56 UTC 2019 - Arun Persaud 
+
+- update to version 4.41.0:
+  * trim on ncols overflow with ANSI handling (#850, #716 <- #690)
+  * add notebook.reset() (#864)
+  * add keras.TqdmCallback (#867 <- #835)
+  * documentation updates
++ document newly added features (above)
++ notebook ncols percentage/pixels (#276)
+  * test updates
++ test newly added features (above)
++ add CI for win and osx (#841)
++ py2 threading
+
+---
+Fri Dec 13 00:21:42 UTC 2019 - Arun Persaud 
+
+- update to version 4.40.2:
+  * fix pandas unhashable func (#862 -> #863)
++ add tests
+
+---
+Sat Dec  7 17:40:20 UTC 2019 - Arun Persaud 
+
+- update to version 4.40.1:
+  * test for floats for total
+
+- changes from version 4.40.0:
+  * officially support float for n and total (#802)
++ notebook: use FloatProgress <= IntProgress (#471, #456)
++ allow imprecision (n <= total + epsilon) (#849)
+  * fix unicode bar format arguments (#803 -> #851)
+  * add contrib submodule (#815)
+  * add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile (#84
+-> #844)
+  * update tests
+  * update documentation
+  * tidy automatic snap deployments
+  * minor doc update (#854)
+
+---
+Sat Nov 30 12:23:06 UTC 2019 - Dominique Leuenberger 
+
+- Don't use RPM internal/reserved name %suffix (change to
+  pkg_suffix).
+
+---
+Sun Nov 24 00:13:41 UTC 2019 - Arun Persaud 
+
+- update to version 4.39.0:
+  * add pandas builtin operations check (#843 <- #697)
+  * avoid unnecessary dedent (#837)
+  * remove unneeded bar logic
+  * misc code tidy
+  * update documentation
++ document default argument overriding (#370)
++ add missing isatty() (#713)
++ update badges
++ add code of conduct
+  * update framework
++ clean CI stages
++ update CI default py3.6 => py3.7
++ automate snap releases (#686 <- #685)
+
+---
+Sat Nov  9 14:36:01 UTC 2019 - Arun Persaud 
+
+- update to version 4.38.0:
+  * support lock_args for e.g. non-blocking intermediate writes (#838
+-> #839)
++ use self.refresh() in more places
++ add and update performance tests
++ support args for TqdmDefaultWriteLock.acquire()
+  * fix colorama on win (#678, #764)
+  * framework updates
++ CI cleanup
+move to stages (check/test/deploy)
+auto deploy notes
+deploy only on parent repo
+separate docker deploy
++ update documentation sync/generation
+