17
0

50 Commits

Author SHA256 Message Date
4ddd5d3bce Accepting request 1280532 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1280532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=26
2025-05-30 12:27:52 +00:00
5e29297c06 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=47 2025-05-27 11:49:28 +00:00
31cb87d03e - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=46
2025-05-27 11:48:04 +00:00
5973345f10 Accepting request 1089350 from devel:languages:python
- update to 4.1.0:
  * Drop support for Python 3.6 (EOL)
  * Add a new ``WarningsFilter`` filter, allowing users to filter
    warnings as part of their tests, before restoring said filters.

OBS-URL: https://build.opensuse.org/request/show/1089350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=25
2023-05-29 20:47:32 +00:00
36f59f81ba - update to 4.1.0:
* Drop support for Python 3.6 (EOL)
  * Add a new ``WarningsFilter`` filter, allowing users to filter
    warnings as part of their tests, before restoring said filters.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=44
2023-05-27 21:10:16 +00:00
f7458913e2 Accepting request 1081924 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=24
2023-04-22 20:01:01 +00:00
0b744444f7 Accepting request 1081407 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081407
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=42
2023-04-21 14:39:30 +00:00
7b7ed06756 Accepting request 1008416 from devel:languages:python
- update to 4.0.1:
  * Remove testtools from requirements.txt as well
  * github: Add all pypy3 versions to test matrix
  * github: Add Python 3.11 betas to test matrix
  * tox: Add py311
  * Support Popen's process\_group argument from Python 3.11
  * Update classmethod expectations (again) for Python 3.11
  * Revert to the previous classmethod expectations for PyPy3.9

OBS-URL: https://build.opensuse.org/request/show/1008416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=23
2022-10-10 16:43:16 +00:00
0ffdfda7ab - update to 4.0.1:
* Remove testtools from requirements.txt as well
  * github: Add all pypy3 versions to test matrix
  * github: Add Python 3.11 betas to test matrix
  * tox: Add py311
  * Support Popen's process\_group argument from Python 3.11
  * Update classmethod expectations (again) for Python 3.11
  * Revert to the previous classmethod expectations for PyPy3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=40
2022-10-06 14:23:29 +00:00
6286c98269 Accepting request 976202 from devel:languages:python
- Update to 4.0.0:
  * Document more changes since 3.0.0
  * Mention extra in another place in README
  * Move testtools requirement to a "streams" extra
  * Stop using testtools.helpers.try_import
  * Fix MockPatchMultiple.DEFAULT
  * Fix YAML type confusion
  * Add support for Python 3.10
  * Mark README as rST
  * setup.cfg: Replace dashes with underscores
  * Drop support for Python < 3.6, add 3.7 - 3.9
  * Add possibility to reset the FakeLogger
  * Add missing APIs to FakeProcess, making it match Popen (LP #1373224)
- Remove patch fixtures-pr36-py39.patch:
  * Included upstream.
- Add patch handle-no-external-mock.patch:
  * Skip a testcase if mock is not available. 
- Bump required versions of pbr and testtools.
- Correct URL.

OBS-URL: https://build.opensuse.org/request/show/976202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=22
2022-05-12 20:58:02 +00:00
a78007d715 - Update to 4.0.0:
* Document more changes since 3.0.0
  * Mention extra in another place in README
  * Move testtools requirement to a "streams" extra
  * Stop using testtools.helpers.try_import
  * Fix MockPatchMultiple.DEFAULT
  * Fix YAML type confusion
  * Add support for Python 3.10
  * Mark README as rST
  * setup.cfg: Replace dashes with underscores
  * Drop support for Python < 3.6, add 3.7 - 3.9
  * Add possibility to reset the FakeLogger
  * Add missing APIs to FakeProcess, making it match Popen (LP #1373224)
- Remove patch fixtures-pr36-py39.patch:
  * Included upstream.
- Add patch handle-no-external-mock.patch:
  * Skip a testcase if mock is not available. 
- Bump required versions of pbr and testtools.
- Correct URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=38
2022-05-11 06:39:04 +00:00
5f840c25c0 Accepting request 949353 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/949353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=21
2022-02-03 22:16:05 +00:00
4f6f9235cb Accepting request 949345 from home:jengelh:branches:devel:languages:python
- Add missing BuildRequire on python-setuptools
  (this was implicitly pulled in only).

OBS-URL: https://build.opensuse.org/request/show/949345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=37
2022-01-26 22:39:46 +00:00
b0a2b135fa Accepting request 880263 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/880263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=20
2021-03-21 22:20:16 +00:00
f30f5bbe7a Accepting request 880183 from home:bnavigator:branches:devel:languages:python
- Add fixtures-pr36-py39.patch -- gh#testing-cabal/fixtures#46
  * Drops Python 2 compatibility in favor of Python 3.9
  * Also removes six (but wants to keep mock)

OBS-URL: https://build.opensuse.org/request/show/880183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=35
2021-03-20 16:32:11 +00:00
5f9c9b70dd Accepting request 743983 from devel:languages:python
- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/743983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=19
2019-11-04 16:10:32 +00:00
0ad17e06f8 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=33
2019-10-14 13:38:56 +00:00
0363c8d904 Accepting request 654053 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/654053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=18
2018-12-06 11:14:51 +00:00
18082b0729 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=31
2018-12-04 17:13:28 +00:00
1f572b176a Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=30
2018-12-04 13:27:17 +00:00
774dea31dc Accepting request 484785 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/484785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=17
2017-05-06 16:26:49 +00:00
8e185a0094 Accepting request 484388 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/484388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=28
2017-04-03 06:31:24 +00:00
7ef290835c Accepting request 451174 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/451174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=16
2017-01-25 22:26:03 +00:00
5100424198 Accepting request 450347 from home:frispete:python
- fix dependencies: add python-extras

OBS-URL: https://build.opensuse.org/request/show/450347
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=26
2017-01-18 13:39:33 +00:00
96195031f1 Accepting request 403659 from devel:languages:python
- update to 3.0.0:
  * Release 3.0.0
  * Fixup the MonkeyPatch patch
  * Tweak the new tests for consistency
  * Update the semantics on _fixtures.MonkeyPatch
  * Avoid old versions of pbr - we require modern releases
  * Correct MockPatchMultiple example
  * Ignore .tox
  * MonkeyPatch staticmethod
  * Drop support for Python 3.2. It's history
  * Fix print in README
  * Add CompoundFixture
  * Tweak hacking docs
  * Fix "propagate" spelling everywhere
  * Missed one: propogate -> propagate
  * Spelling and lint fixes
  * Release 1.4
  * Trivial pep8 fix to logger.py
  * FakeLogger: Mis-formatted log messages will raise Exception
  * Use mock in preference to unittest.mock
  * Add a .travis.yml
  * Note how to push on releases

OBS-URL: https://build.opensuse.org/request/show/403659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=15
2016-06-23 11:36:04 +00:00
657194aabe - update to 3.0.0:
* Release 3.0.0
  * Fixup the MonkeyPatch patch
  * Tweak the new tests for consistency
  * Update the semantics on _fixtures.MonkeyPatch
  * Avoid old versions of pbr - we require modern releases
  * Correct MockPatchMultiple example
  * Ignore .tox
  * MonkeyPatch staticmethod
  * Drop support for Python 3.2. It's history
  * Fix print in README
  * Add CompoundFixture
  * Tweak hacking docs
  * Fix "propagate" spelling everywhere
  * Missed one: propogate -> propagate
  * Spelling and lint fixes
  * Release 1.4
  * Trivial pep8 fix to logger.py
  * FakeLogger: Mis-formatted log messages will raise Exception
  * Use mock in preference to unittest.mock
  * Add a .travis.yml
  * Note how to push on releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=24
2016-06-20 08:05:41 +00:00
Stephan Kulow
af1f889dbe Accepting request 328643 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/328643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=14
2015-09-30 03:50:29 +00:00
Michal Čihař
8782281f05 Accepting request 328275 from Cloud:OpenStack:Master
- Add missing python-six Requires and BuildRequires

OBS-URL: https://build.opensuse.org/request/show/328275
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=22
2015-09-02 11:57:41 +00:00
6d38e79a2c Accepting request 319380 from devel:languages:python
update to 1.3.1

OBS-URL: https://build.opensuse.org/request/show/319380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=13
2015-08-01 09:38:21 +00:00
Todd R
31c4621ae5 Accepting request 315170 from Cloud:OpenStack:Master
- update to 1.3.1:
  * Clarify the intent around _setUp
  * Handle BaseException resource leaks as well
  * Remove trailing whitespace
  * Deal with resource leaks during setUp
  * Missed NEWS entry
  * Fine tune the mock patch
  * Add a new mockpatch fixture
  * Document where the project home and source are
  * Ignore built things

OBS-URL: https://build.opensuse.org/request/show/315170
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=21
2015-07-15 15:58:08 +00:00
Stephan Kulow
113cc298c1 Accepting request 305735 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/305735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=12
2015-05-10 08:46:14 +00:00
Jan Matejek
501af1c1a5 Accepting request 305435 from home:benoit_monin:branches:devel:languages:python
- update to version 1.2.0
- set a minimum version for python-pbr
- reenable the tests via make check: python-testrepository is not needed anymore

OBS-URL: https://build.opensuse.org/request/show/305435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=19
2015-05-07 11:52:56 +00:00
ee2cdfb6f4 Accepting request 288424 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/288424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=11
2015-03-03 10:15:18 +00:00
Denisart Benjamin
ae90e36163 Accepting request 288423 from home:posophe:branches:devel:languages:python
fix

OBS-URL: https://build.opensuse.org/request/show/288423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=17
2015-03-02 09:21:28 +00:00
81590ec89d Accepting request 288071 from home:tbechtold:branches:devel:languages:python
New upstream release

OBS-URL: https://build.opensuse.org/request/show/288071
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=16
2015-02-27 14:38:35 +00:00
Stephan Kulow
600a652ec1 Accepting request 249301 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/249301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=10
2014-09-17 15:25:16 +00:00
Jan Matejek
60b771f184 Accepting request 249219 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=14
2014-09-15 14:02:16 +00:00
Stephan Kulow
2eda39df4f Accepting request 236010 from devel:languages:python
- move unittest2 to the SLE11-specific requires (not needed on python 2.7+) (forwarded request 234875 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/236010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=8
2014-06-04 16:39:18 +00:00
Sascha Peilicke
7d7034ca8e Accepting request 234875 from Cloud:OpenStack:Master
- move unittest2 to the SLE11-specific requires (not needed on python 2.7+)

OBS-URL: https://build.opensuse.org/request/show/234875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=12
2014-06-02 09:02:43 +00:00
Stephan Kulow
63a755a8a6 Accepting request 229368 from devel:languages:python
- fix license declaration (forwarded request 229355 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/229368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=7
2014-04-09 11:15:29 +00:00
Denisart Benjamin
ef02baa8d0 Accepting request 229355 from Cloud:OpenStack:Master
- fix license declaration

OBS-URL: https://build.opensuse.org/request/show/229355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=10
2014-04-08 10:16:35 +00:00
Stephan Kulow
488ba5df15 Accepting request 225027 from devel:languages:python
- Fix the real issue instead

- only run testsuite when it actually runs

OBS-URL: https://build.opensuse.org/request/show/225027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=6
2014-03-09 17:46:59 +00:00
Sascha Peilicke
a9c94e38db - Fix the real issue instead
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=8
2014-03-07 13:14:29 +00:00
Sascha Peilicke
fa108e624d Accepting request 222386 from Cloud:OpenStack:Master
- only run testsuite when it actually runs

OBS-URL: https://build.opensuse.org/request/show/222386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=7
2014-02-17 09:39:19 +00:00
Stephan Kulow
976df3a99e Accepting request 222291 from devel:languages:python
- Run testsuite

OBS-URL: https://build.opensuse.org/request/show/222291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=5
2014-02-15 07:06:38 +00:00
Sascha Peilicke
0bf1750f3e - Run testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=5
2014-02-14 09:32:59 +00:00
Stephan Kulow
14d272264f Accepting request 199252 from devel:languages:python
- Update to version 0.3.14
  + FakePopen can now override the returncode attribute.
- Changes from version 0.3.13:
  + Documentation hopefully covers TestWithFixtures a little better.
  + FakePopen now accepts all the parameters available in Python 2.7.
  + FakePopen now only passes parameters to the get_info routine if the
    caller supplied them.
  + setup.py now lists the testtools dependency which was missing.

OBS-URL: https://build.opensuse.org/request/show/199252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=3
2013-09-16 14:31:54 +00:00
Sascha Peilicke
60e297044b - Update to version 0.3.14
+ FakePopen can now override the returncode attribute.
- Changes from version 0.3.13:
  + Documentation hopefully covers TestWithFixtures a little better.
  + FakePopen now accepts all the parameters available in Python 2.7.
  + FakePopen now only passes parameters to the get_info routine if the
    caller supplied them.
  + setup.py now lists the testtools dependency which was missing.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=3
2013-09-04 13:12:50 +00:00
Stephan Kulow
d4dfc85d59 Accepting request 148414 from devel:languages:python
Future OpenStack dependency

OBS-URL: https://build.opensuse.org/request/show/148414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=1
2013-01-14 21:25:09 +00:00
Sascha Peilicke
a8fdc6e36b - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=1
2013-01-14 12:46:46 +00:00