forked from pool/python-rt
- update to version 2.0.0:
- Drop Python2 support - Adjust Travis tests for Python3-only, and add v3.8 - Add inline typing - Remove "debug_mode" parameter - Add "logging" support (basically replacing "debug_mode" and the various "print"s) - Fix "no-else-after-return" and "no-else-after-raise" - Fix "startswitch" typos / bugs - Removed deprecated "basic_auth" and "digest_auth" paramters. The same functionality is given by specifying the "http_auth" with an instance of either object. This allows for more flexibility with various other alternative authentication methods. - update to version 1.0.13: - Add deprecation warning for in the next major release unsupported parameters (basic_auth, digest_auth). They are now replaced with http_auth. - Fix problematic default method parameters ("{}" and "[]"). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
17518b4d70
commit
b6a58bfd6a
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 15 10:43:52 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- update to version 2.0.0:
|
||||||
|
- Drop Python2 support
|
||||||
|
- Adjust Travis tests for Python3-only, and add v3.8
|
||||||
|
- Add inline typing
|
||||||
|
- Remove "debug_mode" parameter
|
||||||
|
- Add "logging" support (basically replacing "debug_mode" and the various "print"s)
|
||||||
|
- Fix "no-else-after-return" and "no-else-after-raise"
|
||||||
|
- Fix "startswitch" typos / bugs
|
||||||
|
- Removed deprecated "basic_auth" and "digest_auth" paramters. The same functionality is given by specifying the
|
||||||
|
"http_auth" with an instance of either object. This allows for more flexibility with various other alternative
|
||||||
|
authentication methods.
|
||||||
|
- update to version 1.0.13:
|
||||||
|
- Add deprecation warning for in the next major release unsupported parameters (basic_auth, digest_auth).
|
||||||
|
They are now replaced with http_auth.
|
||||||
|
- Fix problematic default method parameters ("{}" and "[]").
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 26 14:36:32 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Tue Nov 26 14:36:32 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rt
|
# spec file for package python-rt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
# Tests require internet connection
|
# Tests require internet connection
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-rt
|
Name: python-rt
|
||||||
Version: 1.0.12
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface to Request Tracker API
|
Summary: Python interface to Request Tracker API
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2cc5a92170919daea8f65b76bf753dfb5287e3af947f6ae9c5c241192228d62f
|
|
||||||
size 36629
|
|
3
rt-2.0.0.tar.gz
Normal file
3
rt-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4911e8e8ff93823bf5fa50b138ddf983fa718c8606f714e7b86755e366b487f1
|
||||||
|
size 38703
|
Reference in New Issue
Block a user