From 1c05ce762970d868c9b4ba006811388af3808934 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jun 18 2021 14:50:11 +0000 Subject: [packit] 0.8.1 upstream release Upstream tag: 0.8.1 Upstream commit: fde855fd Signed-off-by: Packit Service --- diff --git a/.gitignore b/.gitignore index bd6f19c..dc11d36 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /requre-0.7.0.tar.gz /requre-0.7.1.tar.gz /requre-0.8.0.tar.gz +/requre-0.8.1.tar.gz diff --git a/README.packit b/README.packit index 056cacc..ae368cc 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.29.0. +The file was generated using packit 0.32.0. diff --git a/python-requre.spec b/python-requre.spec index 3150ba0..949cb61 100644 --- a/python-requre.spec +++ b/python-requre.spec @@ -1,8 +1,8 @@ %global srcname requre Name: python-%{srcname} -Version: 0.8.0 -Release: 2%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: Python library what allows re/store output of various objects for testing License: MIT @@ -57,85 +57,32 @@ rm -rf %{srcname}.egg-info %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info %changelog -* Fri Jun 04 2021 Python Maint - 0.8.0-2 -- Rebuilt for Python 3.10 +* Fri Jun 18 2021 Packit Service - 0.8.1-1 +- Fix the problem with kwarg decorators that causes the function body not to be executed. -* Fri May 07 2021 Packit Service - 0.8.0-1 -- New decorators for handling temporary files (MkTemp) and directories (MkDTemp) in a more transparent way. -- The old implementation based on static paths and counter has been deprecated. +* Fri Jun 18 16:08:54 CEST 2021 Frantisek Lachman - 0.8.1-1 +- New upstream release 0.8.1 + +* Fri May 7 09:25:33 CEST 2021 Frantisek Lachman - 0.8.0-1 +- New upstream release 0.8.0 * Fri Apr 30 2021 Hunor Csomortáni - 0.7.1-1 -- Fix a performance issue when detecting cassettes following the old naming format. +- New upstream release: 0.7.1 -* Fri Mar 12 2021 Packit Service - 0.7.0-1 -- New version of requre 0.7.0 (Jan Ščotka) -- Workflow for uploading release to PyPI (Jiri Popelka) -- fix the name of storage file for unittest, use just class.method.yaml (Jan Ščotka) -- [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) +* Fri Mar 12 2021 Jan Ščotka - 0.7.0-1 +- New version * Mon Mar 01 2021 Jan Ščotka - 0.6.1-1 -- version increased (Jan Ščotka) -- test Tuple type (Jan Ščotka) -- add tuple as base simple type (Jan Ščotka) -- [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) - -* Tue Feb 16 2021 Jan Ščotka - 0.6.0-1 -- release new version 0.6.0 (Jan Ščotka) -- Cleanup import system (#152) (jscotka) -- improve failing test (Jan Ščotka) -- prepare code before next cleanup (Jan Ščotka) -- remove unused type of decoration and it was outtaded (Jan Ščotka) -- [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) -- Don't recommend to use 'pip' with 'sudo' (Hunor Csomortáni) -- Change 'master' to 'main' (Hunor Csomortáni) -- [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) -- small issue with setting up storage mode debug (Jan Ščotka) -- Bump Version in fedora/python-requre.spec (Jiri Popelka) -- [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) -- [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) -- [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) -- add backward compatibility to files (Jan Ščotka) -- improve file operations with guess if not given (Jan Ščotka) - -* Wed Jan 27 2021 Fedora Release Engineering - 0.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Dec 08 2020 Packit Service - 0.5.0-1 -- apply PR suggestion (Jan Ščotka) -- add default decorator and test (Jan Ščotka) -- guess proper return object type based on return value (Jan Ščotka) -- Link our common contribution guidelines (Matej Focko) -- Fix mypy remark (Matej Focko) -- Move rebase check from pre-commit to pre-push hook (Matej Focko) -- Update docs/filter_format.rst (jscotka) -- Update docs/filter_format.rst (jscotka) -- Update docs/filter_format.rst (jscotka) -- Update docs/filter_format.rst (jscotka) -- Update docs/filter_format.rst (jscotka) -- Update docs/filter_format.rst (jscotka) -- update documentation (Jan Ščotka) -- fix examples (Jan Ščotka) -- fix ip addr and DNS issue inside tests (Jan Ščotka) -- Do not skip bug and security issues by stalebot (Frantisek Lachman) -- Do not run tests for zuul gating (Frantisek Lachman) -- Add more specific type for __replace_module_match_with_multiple_decorators (Frantisek Lachman) -- fix mistake (Jan Ščotka) -- Update requre/modules_decorate_all_methods.py (jscotka) -- apply PR suggestions (Jan Ščotka) -- Allow to use list as parameter for decoratos and add common aliases for decorators. (Jan Ščotka) -- Update pre-commit configuration for prettier (Hunor Csomortáni) -- Copy modules when listing to avoid changes during execution (Frantisek Lachman) -- adapt PR review issues (Jan Ščotka) -- optimise files handling, avoid duplication of stored files in test_data files (Jan Ščotka) -- Document installation instructions in README (Frantisek Lachman) -- Enable all fedora targets for master/release copr builds (Frantisek Lachman) -- Use default packit COPR projects (Frantisek Lachman) - -* Tue Sep 22 2020 Packit Service - 0.4.0-1 -- new upstream release: 0.4.0 - -* Mon Sep 21 2020 Jan Ščotka - 0.3.0-1 -- new upstream release: 0.3.0 +- new version + +* Tue Feb 16 09:36:08 CET 2021 Jan Ščotka - 0.6.0-1 +- new version + +* Tue Jan 19 2021 Jiri Popelka - 0.5.0-1 +- 0.5.0 + +* Tue Sep 22 2020 Jan Ščotka - 0.4.0-1 +- New upstream release 0.4.0 * Wed Jan 15 2020 Jan Ščotka - 0.2.0-1 - Initial package. diff --git a/sources b/sources index 2eac0bc..4856a76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (requre-0.8.0.tar.gz) = ad225b11143fdb6078098fcbace175690e8e5d9646c1d636f05c94765ac0ee8c330bb61592e43bf27db9db8eed68523e9f68314460ca0b737b181cdc44043f2b +SHA512 (requre-0.8.1.tar.gz) = 57784bf4579285b64d42938e08abf98cb902b34e3dfa9f4f4da6fda13ed132c8f46a6befe9684257c388b740022022a70cd467f6e984a766c64ba05ba94ffcff