14
0
forked from pool/python-apiron

Accepting request 943470 from home:DocB:branches:devel:languages:python

- version 6.1.0
  * Add py.typed file so mypy can check against package types in downstream applications
  * Use interpolation for logging messages to avoid wasted computation

OBS-URL: https://build.opensuse.org/request/show/943470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=7
This commit is contained in:
2022-01-02 19:36:36 +00:00
committed by Git OBS Bridge
parent 4ba652cb98
commit 19773ebded
4 changed files with 14 additions and 6 deletions

View File

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

3
apiron-6.1.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 2 10:35:31 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- version 6.1.0
* Add py.typed file so mypy can check against package types in downstream applications
* Use interpolation for logging messages to avoid wasted computation
-------------------------------------------------------------------
Sun Aug 29 08:36:10 UTC 2021 - Axel Braun <axel.braun@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2019 Dr. Axel Braun <DocB@opensuse.org>
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2019-2022 Dr. Axel Braun <DocB@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,13 @@
%define skip_python36 1
%define modname apiron
Name: python-%{modname}
Version: 6.0.0.post1
Version: 6.1.0
Release: 0
Summary: Apiron helps you cook a tasty client for RESTful APIs
License: MIT
URL: https://github.com/ithaka/apiron
Source: https://files.pythonhosted.org/packages/source/a/apiron/%{modname}-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.11.1}