diff --git a/python-tqdm.changes b/python-tqdm.changes index 3912bad..0b5c434 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +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 diff --git a/python-tqdm.spec b/python-tqdm.spec index 3214f64..f3c2fe3 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,7 +1,7 @@ # # spec file for package python-tqdm # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,14 +21,14 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define test 1 -%define suffix -test +%define pkg_suffix -test %bcond_without test %else -%define suffix %{nil} +%define pkg_suffix %{nil} %bcond_with test %endif -Name: python-tqdm%{suffix} -Version: 4.38.0 +Name: python-tqdm%{pkg_suffix} +Version: 4.39.0 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT diff --git a/tqdm-4.38.0.tar.gz b/tqdm-4.38.0.tar.gz deleted file mode 100644 index b290bcd..0000000 --- a/tqdm-4.38.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13 -size 127264 diff --git a/tqdm-4.39.0.tar.gz b/tqdm-4.39.0.tar.gz new file mode 100644 index 0000000..bf49c7d --- /dev/null +++ b/tqdm-4.39.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a1613fee07cc30a253051617f2a219a785c58877f9f6bfa129446cbaf8b4c1 +size 127533