From 0349cb3d07d9411c9bf8fb49d0a8f8a0496ff7c7f7114270f1d589e2bac15eed Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 7 Mar 2019 15:02:13 +0000 Subject: [PATCH] - update to 0.27.4: - New `pygit2.LIBGIT2_VER` tuple - New objects now support (in)equality comparison and hash - New references now support (in)equality comparison - New `paths` optional argument in `Repository.checkout()` - Fix speed and windows package regression - Fix deprecation warning - Documentation fixes - Add Python classifiers to setup.py - Speeding up tests in Travis - Breaking changes: - Remove deprecated `Reference.get_object()`, use `Reference.peel()` instead - Move to pytest, drop support for Python 3.3 and cffi 0.x - New support comparing signatures for (in)equality - New ``Submodule.head_id`` - New ``Remote.prune(...)`` - New ``pygit2.reference_is_valid_name(...)`` - New ``AlreadyExistsError`` and ``InvalidSpecError`` - New ``Reference.raw_name``, ``Reference.raw_shorthand``, ``Tag.raw_name``, - Fix decode error in commit messages and signatures - Fix, raise error in ``Repository.descendant_of(...)`` if commit doesn't exist - Documentation fixes - Breaking changes: - Remove undocumented ``Tag._message``, replaced by ``Tag.raw_message`` - Add support for Python 3.7 - New ``Object.short_id`` - New ``Repository.descendant_of`` and ``Repository.branches.with_commit`` - Fix repository initialization in ``clone_repository(...)`` - Fix several warnings and errors, commits - Documentation fixes and improvements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=30 --- python-requests-mock.changes | 33 +++++++++++++++++++++++++++++++++ python-requests-mock.spec | 4 ++-- requests-mock-1.4.0.tar.gz | 3 --- requests-mock-1.5.2.tar.gz | 3 +++ 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 requests-mock-1.4.0.tar.gz create mode 100644 requests-mock-1.5.2.tar.gz diff --git a/python-requests-mock.changes b/python-requests-mock.changes index e66d08c..0635415 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Mar 7 15:00:19 UTC 2019 - Thomas Bechtold + +- update to 1.5.2: + * Fix discovery of pytest version and default + * Add a docstring to the pytest fixture + * Include release note for py.test + * Collapse CircleCI configuration + * Support older pytest versions + * Record value of stream parameter in request history + * Some additional gitignores + * Include reno in circleci publish job + * Prefer readthedocs.io instead of readthedocs.org for doc links + * Add release note describe repository migration + * Add pytest plugin + * Include release-notes in documentation + * Another attempt at circleci tags + * Only try and push to pypi on a tag + * Update all pypi.python.org URLs to pypi.org + * Add pypi upload configuration to circleci + * Move tests outside of package to top level directory + * Remove zuul.yaml as we're not using zuul anymore + * Add CircleCI badge to README + * Remove links to launchpad bug reporting + * Remove .gitreview + * Unpin sphinx dependency + * Add circleci testing configuration + * Use set literals throughout project + * Prefer https:// links over http:// in docs and comments + * Fix last\_request examples + * Fix spelling mistakes + * Move Zuul jobs in-tree + ------------------------------------------------------------------- Tue Dec 4 12:53:47 UTC 2018 - Matej Cepl diff --git a/python-requests-mock.spec b/python-requests-mock.spec index c1cc9f3..6149d20 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -1,7 +1,7 @@ # # spec file for package python-requests-mock # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-requests-mock -Version: 1.4.0 +Version: 1.5.2 Release: 0 Summary: Mock out responses from the requests package License: Apache-2.0 diff --git a/requests-mock-1.4.0.tar.gz b/requests-mock-1.4.0.tar.gz deleted file mode 100644 index 4d0993f..0000000 --- a/requests-mock-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2931887853c42e1d73879983d5bf03041109472991c5b4b8dba5d11ed23b9d0b -size 42169 diff --git a/requests-mock-1.5.2.tar.gz b/requests-mock-1.5.2.tar.gz new file mode 100644 index 0000000..2993f5e --- /dev/null +++ b/requests-mock-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5fa99db5e3a2a961b6f20ed40ee6baeff73503cf0a553cc4d679409e6170fb +size 47581