Accepting request 752762 from devel:languages:python

- Don't use RPM internal/reserved name %suffix (change to
  pkg_suffix).

Fix build with RPM 4.15
See https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:N/python-tqdm/standard/x86_64 (forwarded request 752569 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/752762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2019-12-07 14:19:53 +00:00 committed by Git OBS Bridge
commit 1f74aff54a
4 changed files with 32 additions and 8 deletions

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Nov 30 12:23:06 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Don't use RPM internal/reserved name %suffix (change to
pkg_suffix).
-------------------------------------------------------------------
Sun Nov 24 00:13:41 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13
size 127264

3
tqdm-4.39.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1a1613fee07cc30a253051617f2a219a785c58877f9f6bfa129446cbaf8b4c1
size 127533