- 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
This commit is contained in:
parent
c742703d5b
commit
0349cb3d07
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 15:00:19 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2931887853c42e1d73879983d5bf03041109472991c5b4b8dba5d11ed23b9d0b
|
||||
size 42169
|
3
requests-mock-1.5.2.tar.gz
Normal file
3
requests-mock-1.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a5fa99db5e3a2a961b6f20ed40ee6baeff73503cf0a553cc4d679409e6170fb
|
||||
size 47581
|
Loading…
Reference in New Issue
Block a user