Commit Graph

31 Commits

Author SHA256 Message Date
Dominique Leuenberger
a969f74150 Accepting request 682495 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/682495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=10
2019-03-12 08:44:52 +00:00
Thomas Bechtold
0349cb3d07 - 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
2019-03-07 15:02:13 +00:00
Dominique Leuenberger
e9af681790 Accepting request 659646 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=9
2018-12-26 23:28:24 +00:00
c742703d5b Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=28
2018-12-04 17:21:24 +00:00
a2780e4859 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=27
2018-12-04 13:59:54 +00:00
Todd R
fa3140f8c1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=26 2018-11-08 17:34:22 +00:00
Todd R
e49592d98d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=25 2018-11-08 17:34:15 +00:00
Todd R
a66aa67629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=24 2018-11-08 17:34:09 +00:00
Todd R
068f8f57e0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=23 2018-11-08 17:27:48 +00:00
Todd R
3bb1ea93e7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=22 2018-11-08 17:24:40 +00:00
Todd R
51faf978e8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=21 2018-11-08 17:23:27 +00:00
Todd R
cf916c0d07 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=20 2018-11-08 17:22:47 +00:00
Todd R
02d5387066 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=19 2018-11-08 17:22:24 +00:00
Dominique Leuenberger
ce9adfac22 Accepting request 579522 from devel:languages:python
- update to 1.4.0:
  * allow an adapter to be passed to a Mocker object
  * Rename [wheel] section to [bdist\_wheel] as the former is legacy
  * Include license file in the generated wheel package
  * Add testing for newer Python versions 3.5 and 3.6
  * Return a separate copy for each call to decorator
  * Add string representation to \_RequestObjectProxy

OBS-URL: https://build.opensuse.org/request/show/579522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=8
2018-02-26 22:24:37 +00:00
Thomas Bechtold
999f5d0196 - update to 1.4.0:
* allow an adapter to be passed to a Mocker object
  * Rename [wheel] section to [bdist\_wheel] as the former is legacy
  * Include license file in the generated wheel package
  * Add testing for newer Python versions 3.5 and 3.6
  * Return a separate copy for each call to decorator
  * Add string representation to \_RequestObjectProxy

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=17
2018-02-23 13:54:29 +00:00
Dominique Leuenberger
65b043a5f5 Accepting request 505524 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/505524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=7
2017-06-22 08:40:42 +00:00
c01ec2a74a - fix build for SLE12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=15
2017-06-14 16:37:25 +00:00
651feb7a20 - update to 1.3.0:
* Add a releasenote for additional_matcher
  * Add documentation for the exception response
  * Fix occurences of `adatper`
  * Type check the empty string when creating repsonse
  * Allow arbirtrary matcher to be add to match

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=14
2017-06-10 07:49:07 +00:00
Dominique Leuenberger
2f6b706a03 Accepting request 501309 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/501309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=6
2017-06-08 13:02:31 +00:00
454fadbebe Accepting request 499458 from home:sebix:branches:devel:languages:python
singlespec required by Request#498334

OBS-URL: https://build.opensuse.org/request/show/499458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=12
2017-06-06 08:24:19 +00:00
Dominique Leuenberger
09b067f366 Accepting request 453460 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/453460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=5
2017-01-31 11:48:49 +00:00
e42438930b Accepting request 453417 from home:tbechtold:branches:devel:languages:python
- update to 1.2.0:
  * Allow for nested mocking
  * Use create_response for fake http response in tests
  * Add hostname and port properties to request
  * Move request code and tests into their own files
  * Add called_once to Mocker
  * Fix docs building
  * Fix exception message when creating a response

OBS-URL: https://build.opensuse.org/request/show/453417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=10
2017-01-30 15:33:58 +00:00
Dominique Leuenberger
20f2ac125e Accepting request 431138 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/431138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=4
2016-09-30 13:33:48 +00:00
1b9101db59 Accepting request 430714 from home:tbechtold:branches:devel:languages:python
- update to 1.1.0:
  * Add a called_once property to adapter
  * Enable case sensitive matching
  * Provide fixture extras for pip
  * Allow doing real_http per mock via the mocker
  * Return b'' when reading closed response
  * Fixture documentation error

OBS-URL: https://build.opensuse.org/request/show/430714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=8
2016-09-28 16:32:09 +00:00
Dominique Leuenberger
aab23099f9 Accepting request 407227 from devel:languages:python
- fix source url

- update to 1.0.0:
  * Add tox environment to run against master requests
  * Change dev status classifier to stable
  * Doc fixups
  * Expose cert and proxies as attributes of the last request
  * Add timeout and allow_retries to RequestProxy
  * Fix py34 DB issue and remove py33/py26
  * Remove pypip.in badge from readme

OBS-URL: https://build.opensuse.org/request/show/407227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=3
2016-07-14 07:46:25 +00:00
5606e447f0 - fix source url
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=6
2016-07-08 08:55:36 +00:00
f044b20d78 Accepting request 406991 from home:tbechtold:branches:devel:languages:python
- update to 1.0.0:
  * Add tox environment to run against master requests
  * Change dev status classifier to stable
  * Doc fixups
  * Expose cert and proxies as attributes of the last request
  * Add timeout and allow_retries to RequestProxy
  * Fix py34 DB issue and remove py33/py26
  * Remove pypip.in badge from readme

OBS-URL: https://build.opensuse.org/request/show/406991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=5
2016-07-06 16:17:27 +00:00
Dominique Leuenberger
678ec56a89 Accepting request 348336 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/348336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=2
2015-12-16 16:42:27 +00:00
c916591998 - update to 0.7.0:
* Support Cookies
  * Expose Fake objects in compat
  * Update .gitreview for new namespace
  * Change ignore-errors to ignore_errors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=3
2015-12-04 08:01:04 +00:00
Dominique Leuenberger
b9f4f67490 Accepting request 313232 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/313232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=1
2015-07-02 20:47:15 +00:00
Denisart Benjamin
a4a37f01e3 Accepting request 298197 from Cloud:OpenStack:Master
Initial packaging

OBS-URL: https://build.opensuse.org/request/show/298197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=1
2015-04-24 14:30:55 +00:00