14
0

Commit Graph

  • e7d2aefea0 Accepting request 1204915 from devel:languages:python main Ana Guerrero 2024-10-02 19:32:38 +00:00
  • 88967bf22d Accepting request 1204915 from devel:languages:python slfo-main slfo-1.2 Ana Guerrero 2024-10-02 19:32:38 +00:00
  • ccd31abce4 - Make Django build-requirement conditional and disable by default for SUSE:SLFO:Main, bsc#1231124 Daniel Garcia 2024-10-01 11:13:51 +00:00
  • e9388c939b - Make Django build-requirement conditional and disable by default for SUSE:SLFO:Main, bsc#1231124 Daniel Garcia 2024-10-01 11:13:51 +00:00
  • 1d3c0756f9 Accepting request 1203766 from devel:languages:python Ana Guerrero 2024-09-29 16:09:04 +00:00
  • 3c4aee607b Accepting request 1203766 from devel:languages:python Ana Guerrero 2024-09-29 16:09:04 +00:00
  • bda7ca83e5 - Add patch support-python-313.patch: * Support Python 3.13 AttributeError message changes. Steve Kowalik 2024-09-26 04:57:18 +00:00
  • aa7b52b949 - Add patch support-python-313.patch: * Support Python 3.13 AttributeError message changes. Steve Kowalik 2024-09-26 04:57:18 +00:00
  • 49dfad6286 - update to 8.3.0: * :class:ShouldRaise now supports :class:ExceptionGroup. * Fixed bug where :func:~testfixtures.comparison.compare_generator did not respect strict=True. * Fixed bug in the type annotations for :class:ShouldRaise and :func:~testfixtures.comparison.compare_exception. * :class:LogCapture will now raise an exception if closed while still installed. This can be a source of particularly confusing bugs. Dirk Mueller 2024-06-30 08:18:17 +00:00
  • f290ed4113 - update to 8.3.0: * :class:ShouldRaise now supports :class:ExceptionGroup. * Fixed bug where :func:~testfixtures.comparison.compare_generator did not respect strict=True. * Fixed bug in the type annotations for :class:ShouldRaise and :func:~testfixtures.comparison.compare_exception. * :class:LogCapture will now raise an exception if closed while still installed. This can be a source of particularly confusing bugs. Dirk Mueller 2024-06-30 08:18:17 +00:00
  • 0175f63bf3 Accepting request 1172638 from devel:languages:python Ana Guerrero 2024-06-14 16:59:08 +00:00
  • 5eb319e9e2 - Update to 8.2.0: * The strict option is now correctly respected when comparing nested objects. * When comparing datetime.datetime or datetime.time instances, if the fold is the only thing that's different, it's now shown in the output. * A more detailed exception is now raised when resolving a replacement doesn't give what's expected. * Replacement of methods on instances is now prevented when strict=True. * An exception is now raised when mocking and the original is not in the __dict__ of its containing objects. * Fix bug where replacement of methods on subclasses failed when using Replacer.on_class. * Implement strict comparison as an option for datetime.datetime and datetime.time. * Retire zope.component helpers. * Support bytes in popen.MockPopen commands. * Allow TempDirectory instances to be traversed as pathlib.Path objects. * Use the system default encoding where possible in TempDirectory. * Add TempDirectory option to manage current working directory. * Allow string class attributes to be replaced with Replacer and friends. * Fix nasty bug meaning some Replacer.on_class and Replacer.in_module replacements weren't restored. * Allow an alternative separator to be used for traversal during replacement with Replacer and friends. * Officially support Python 3.12. * Drop support Python 3.6. - Add multibuild to break a cycle. - Drop patch path-comparsion-312.patch, included upstream. Steve Kowalik 2024-05-08 06:10:52 +00:00
  • 97a3ec2ff8 Accepting request 1132550 from devel:languages:python Dominique Leuenberger 2023-12-12 18:31:42 +00:00
  • 325f37f7e2 Accepting request 1132526 from home:ecsos:python Dirk Mueller 2023-12-11 19:10:38 +00:00
  • 53d0b43e4c Accepting request 1129684 from devel:languages:python Ana Guerrero 2023-11-30 20:59:03 +00:00
  • 0ab8575b0a - Update to 7.2.2: * Fix bug in support for :class:os.PathLike arguments to :class:popen.MockPopen. * Added missing support for :class:os.PathLike arguments to :class:popen.MockPopen. * Add `order_matters parameter to :class:ShouldWarn. * Implement new IDE and static-analysis ways of :doc:mocking <mocking> including additional parameters to :meth:~Replacer.replace along with the :any:replace_on_class, :any:replace_in_module and :any:replace_in_environ` context managers. - Add patch path-comparsion-312.patch: * Compare paths string-wise, due to Python 3.12 changes. - Switch to autosetup and pyproject macros. - Remove now unneeded Python 3.6 special-casing. Steve Kowalik 2023-11-29 01:51:20 +00:00
  • 53082cacbc Accepting request 1042863 from devel:languages:python Dominique Leuenberger 2022-12-15 18:24:02 +00:00
  • 633db39ac2 Accepting request 1042760 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-12-14 10:06:15 +00:00
  • 4411f9dade Accepting request 1035575 from devel:languages:python Dominique Leuenberger 2022-11-15 12:18:12 +00:00
  • 5152578d55 Clean up SPEC file Matej Cepl 2022-11-14 07:53:31 +00:00
  • 8b0779023e Accepting request 1034933 from home:yarunachalam:branches:devel:languages:python Matej Cepl 2022-11-14 07:52:57 +00:00
  • 18e593ac73 Accepting request 1008127 from devel:languages:python Fabian Vogt 2022-10-10 16:44:02 +00:00
  • 524ac7fbe0 - Fix patch filename in changes it's testfixtures-sybil3-py310.patch Daniel Garcia 2022-10-05 07:54:17 +00:00
  • 4429019c41 - Remove testfixtures-pr167-sybil3.patch, it's included in upstream now. - Update to 7.0.0 * Refresh documentation. * Add type annotations. * Drop support for Python 2. The minimum supported Python version is now 3.6. * Sybil 3 is now the minimum supported version if you use :class:~.sybil.FileParser. * Rename and refactor the date and time mocks, they are now :any:mock_date, :any:mock_datetime and :any:mock_time. :func:test_date, :func:test_datetime and :func:test_time are still present as aliases but are now deprecated. * Add :meth:TempDirectory.as_string, :meth:TempDirectory.as_path and :meth:TempDirectory.as_local. :meth:TempDirectory.getpath is now deprecated. * :class:TempDirectory can now be used to wrap existing directories. * Fixed a bug where :any:OutputCapture.captured returned bytes instead of a string with fd=True. * The deprecated strict option to :class:Comparison has been removed, use the partial option instead. * The deprecated :meth:TempDirectory.check, :meth:TempDirectory.check_dir and :meth:TempDirectory.check_all methods have been removed. - 6.18.5 (1 Mar 2022) * Fix bug in detection of Mock backport. - 6.18.4 (25 Feb 2022) * Ensure compatibility with Sybil 2 and Sybil 3 along with pytest 6 and pytest 7. Daniel Garcia 2022-10-04 15:34:15 +00:00
  • 984ecfcbb3 Accepting request 942857 from devel:languages:python Dominique Leuenberger 2021-12-29 20:10:39 +00:00
  • e7df2a47b0 Accepting request 942771 from home:bnavigator:py310 Matej Cepl 2021-12-28 00:49:40 +00:00
  • cf0a50bd39 Accepting request 942014 from devel:languages:python Dominique Leuenberger 2021-12-23 16:53:26 +00:00
  • f28cb41fe3 Accepting request 941916 from home:bnavigator:branches:devel:languages:python Matej Cepl 2021-12-21 23:20:08 +00:00
  • e183170140 Accepting request 924047 from devel:languages:python Dominique Leuenberger 2021-10-20 18:23:17 +00:00
  • 03a239722a Accepting request 923887 from home:bnavigator:branches:devel:languages:python Matej Cepl 2021-10-07 15:52:08 +00:00
  • 3c539dc19c Accepting request 891895 from devel:languages:python Dominique Leuenberger 2021-05-12 17:31:20 +00:00
  • 0f368f4e9f - update to 6.17.1 - Fix bug where bug where duplicated entries in an ordered but partial :class:SequenceComparison could result in a failed match. Dirk Mueller 2021-05-09 17:11:57 +00:00
  • 2c6e477710 Accepting request 888956 from devel:languages:python Dominique Leuenberger 2021-04-29 20:44:43 +00:00
  • 4e7ef42769 - Add appease-django-320.patch: * Upstream patch to avoid a test failure with building with Django 3.2 Steve Kowalik 2021-04-28 07:51:06 +00:00
  • 8d5b3bc930 - Skip a test that has some fundamental disagreements with Django 3.2. Steve Kowalik 2021-04-28 06:51:54 +00:00
  • e5c67c8e20 Accepting request 857036 from devel:languages:python Dominique Leuenberger 2020-12-23 13:19:00 +00:00
  • 36daf44bbf Accepting request 856939 from home:jayvdb:branches:devel:languages:python Matej Cepl 2020-12-19 20:54:31 +00:00
  • 8458ecf5eb Accepting request 851911 from devel:languages:python Dominique Leuenberger 2020-12-03 17:40:45 +00:00
  • 13017a3db7 Accepting request 851691 from home:ecsos:server Markéta Machová 2020-11-30 16:14:59 +00:00
  • a18bb680e2 Accepting request 835017 from devel:languages:python Dominique Leuenberger 2020-10-29 08:45:23 +00:00
  • 8fd69a846a - update to 6.14.2: - Fix bug where `ignore_eq had no effect on nested objects when using :func:compare` - remove python383.patch (upstream) Dirk Mueller 2020-09-16 21:32:00 +00:00
  • 0043605b1d Accepting request 816634 from devel:languages:python Dominique Leuenberger 2020-06-26 19:43:58 +00:00
  • d18f942f27 Accepting request 816624 from home:bnavigator:branches:devel:languages:python Tomáš Chvátal 2020-06-23 16:47:41 +00:00
  • 4c18def873 Accepting request 807182 from devel:languages:python Dominique Leuenberger 2020-05-20 16:36:19 +00:00
  • 20b5a82685 - Add patch to fix build with python 3.8.3: * python383.patch - Update to 6.14.1: * Fix bugs in comparison of :func:~unittest.mock.call objects where the :func:repr of the :func:~unittest.mock.call arguments were the same even when their attributes were not. Tomáš Chvátal 2020-05-19 10:22:56 +00:00
  • c4312198a4 Accepting request 784177 from devel:languages:python Dominique Leuenberger 2020-03-26 23:21:36 +00:00
  • 7c8c779822 - Fix build without python2 Tomáš Chvátal 2020-03-12 08:05:40 +00:00
  • 3be1047f71 Accepting request 783805 from home:pgajdos:python Tomáš Chvátal 2020-03-11 12:48:53 +00:00
  • 6376bd8196 Accepting request 717575 from devel:languages:python Dominique Leuenberger 2019-07-22 15:19:50 +00:00
  • fcff314366 - Update to 6.10.0: * Better feedback where objects do not :func:compare equal but do have the same representation. Tomáš Chvátal 2019-07-22 12:43:39 +00:00
  • c530fe3247 Accepting request 710324 from devel:languages:python Dominique Leuenberger 2019-06-18 12:57:59 +00:00
  • 1b2d006e22 Accepting request 710320 from home:pgajdos Tomáš Chvátal 2019-06-17 10:31:24 +00:00
  • f83d3ade71 Accepting request 704380 from devel:languages:python Dominique Leuenberger 2019-05-22 09:15:33 +00:00
  • ba624ef788 Accepting request 704378 from home:pgajdos Tomáš Chvátal 2019-05-21 08:26:53 +00:00
  • d2e30a1c01 Accepting request 696466 from devel:languages:python Yuchen Lin 2019-04-22 10:26:23 +00:00
  • 7eed7fb1bb Accepting request 695796 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-04-21 11:18:26 +00:00
  • 2a31025e9c Accepting request 689260 from devel:languages:python Dominique Leuenberger 2019-03-29 19:42:35 +00:00
  • 137f632484 Accepting request 688908 from home:jayvdb:coala:test-rig Tomáš Chvátal 2019-03-28 08:41:18 +00:00
  • 895de0b047 Accepting request 674881 from devel:languages:python Dominique Leuenberger 2019-02-27 16:27:54 +00:00
  • 365428657f Accepting request 674717 from home:jayvdb:coala:test-rig Tomáš Chvátal 2019-02-14 08:31:46 +00:00
  • cef330bbad Accepting request 671951 from devel:languages:python Stephan Kulow 2019-02-06 14:48:13 +00:00
  • 7acf84c0ba Accepting request 671947 from home:jayvdb:coala Todd R 2019-02-05 18:16:45 +00:00
  • ec48573907 Accepting request 659711 from devel:languages:python Dominique Leuenberger 2018-12-24 10:45:04 +00:00
  • 0ab4bd669b Clean up the SPEC file Matej Cepl 2018-12-04 17:24:21 +00:00
  • 83c1dfe6f5 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 14:09:00 +00:00
  • 417e359c34 Accepting request 561827 from devel:languages:python Dominique Leuenberger 2018-01-06 17:50:58 +00:00
  • d2629e641c Accepting request 561825 from home:alarrosa:branches:devel:languages:python Tomáš Chvátal 2018-01-05 10:23:12 +00:00
  • 6e803df76d Accepting request 555905 from devel:languages:python Dominique Leuenberger 2017-12-14 09:57:29 +00:00
  • 9fa4bd66c0 Accepting request 533483 from home:Simmphonie:python Jan Matejek 2017-10-12 13:48:30 +00:00