From 5883465eef184878aaa0277722509ddbe036f006b689bdb27d0d65bcab4bc09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Apr 2020 11:29:21 +0000 Subject: [PATCH] Accepting request 794879 from home:pgajdos:python - version update to 2.1.2 * Fix --api-key CLI argument. * Test on Python 3.7 & 3.8. OBS-URL: https://build.opensuse.org/request/show/794879 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transip?expand=0&rev=12 --- 2.1.1.tar.gz | 3 --- 2.1.2.tar.gz | 3 +++ python-transip.changes | 7 +++++++ python-transip.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 2.1.1.tar.gz create mode 100644 2.1.2.tar.gz diff --git a/2.1.1.tar.gz b/2.1.1.tar.gz deleted file mode 100644 index 28f04d5..0000000 --- a/2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:583337a1815a614920b540eea60951806ec979acb232923baaa6c492999541d4 -size 26941 diff --git a/2.1.2.tar.gz b/2.1.2.tar.gz new file mode 100644 index 0000000..2160fff --- /dev/null +++ b/2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b5a2ae4417f8fe6aa0d3fffd83c3253b68b267a945c9da3380fb5e1096d7ef +size 27064 diff --git a/python-transip.changes b/python-transip.changes index 2b4fc52..a90ab20 100644 --- a/python-transip.changes +++ b/python-transip.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 17 11:00:06 UTC 2020 - pgajdos@suse.com + +- version update to 2.1.2 + * Fix --api-key CLI argument. + * Test on Python 3.7 & 3.8. + ------------------------------------------------------------------- Wed Mar 25 15:11:57 UTC 2020 - pgajdos@suse.com diff --git a/python-transip.spec b/python-transip.spec index 2dd60f5..e9138d3 100644 --- a/python-transip.spec +++ b/python-transip.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-transip -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: TransIP API Connector License: MIT