From 4ba652cb98700c9830ec8c658e2934f7b9f385eb6cc6a22296f7fc212cf91405 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 29 Aug 2021 20:40:35 +0000 Subject: [PATCH] Accepting request 914866 from Application:ERP:GNUHealth:Factory - version 6.0.0.post1 * Move from Travis CI to GitHub Actions for testing and publishing Use PEP 517 builds * Testing matrix and trove classifiers for Python 3.9 Type hints for all classes, methods, and functions * Support for Python 3.6 has been removed due to its impending end of life and the desire to leverage features from 3.7 * Remove Python 3.10 testing and support for now, as Travis CI only has Python 3.10.0a5 which isn't compatible with recent pytest-randomly releases * Indicate (by renaming) that all functions in the client module are private, except for call OBS-URL: https://build.opensuse.org/request/show/914866 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=6 --- apiron-5.1.0.tar.gz | 3 --- apiron-6.0.0.post1.tar.gz | 3 +++ python-apiron.changes | 14 ++++++++++++++ python-apiron.spec | 7 ++++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 apiron-5.1.0.tar.gz create mode 100644 apiron-6.0.0.post1.tar.gz diff --git a/apiron-5.1.0.tar.gz b/apiron-5.1.0.tar.gz deleted file mode 100644 index 4ea9298..0000000 --- a/apiron-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13a3acfb94fd3075132d4e4e8ccd215d46b4cfd8cbea20edc70a387d88c58be3 -size 15279 diff --git a/apiron-6.0.0.post1.tar.gz b/apiron-6.0.0.post1.tar.gz new file mode 100644 index 0000000..0954d3b --- /dev/null +++ b/apiron-6.0.0.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64141e2fef1558d3e425237c7ed42765c93e4f92c3546f73791e6f0a6a7013eb +size 15716 diff --git a/python-apiron.changes b/python-apiron.changes index d87350f..1d0e8fa 100644 --- a/python-apiron.changes +++ b/python-apiron.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Aug 29 08:36:10 UTC 2021 - Axel Braun + +- version 6.0.0.post1 + * Move from Travis CI to GitHub Actions for testing and publishing + Use PEP 517 builds + * Testing matrix and trove classifiers for Python 3.9 + Type hints for all classes, methods, and functions + * Support for Python 3.6 has been removed due to its impending end of life and + the desire to leverage features from 3.7 + * Remove Python 3.10 testing and support for now, as Travis CI only has + Python 3.10.0a5 which isn't compatible with recent pytest-randomly releases + * Indicate (by renaming) that all functions in the client module are private, except for call + ------------------------------------------------------------------- Mon Aug 31 04:37:49 UTC 2020 - Steve Kowalik diff --git a/python-apiron.spec b/python-apiron.spec index c5b2725..8524b44 100644 --- a/python-apiron.spec +++ b/python-apiron.spec @@ -1,7 +1,7 @@ # -# spec file for package python-apiron +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -19,9 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 %define modname apiron Name: python-%{modname} -Version: 5.1.0 +Version: 6.0.0.post1 Release: 0 Summary: Apiron helps you cook a tasty client for RESTful APIs License: MIT