diff --git a/python-testfixtures.changes b/python-testfixtures.changes index 1133f0b..bf7fa56 100644 --- a/python-testfixtures.changes +++ b/python-testfixtures.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 18 09:50:52 UTC 2020 - John Vandenberg + +- update to v6.17.0 + * Add simpler flag support to `StringComparison`. + * Fix deprecation warning about invalid escape sequence. +- from v6.16.0 + * Clarify the documentation of timezones when using `test_datetime` + * :doc:`api` has been re-arranged to make it easier to browse. + * The strict parameter to `Comparison` has been deprecated + in favour of partial. + * Add `SequenceComparison`, `Subset` and `Permutation` objects. + * Add `MappingComparison` objects. + * Officially support Python 3.9. + ------------------------------------------------------------------- Sun Nov 29 18:59:58 UTC 2020 - ecsos diff --git a/python-testfixtures.spec b/python-testfixtures.spec index 8a734e2..adac44a 100644 --- a/python-testfixtures.spec +++ b/python-testfixtures.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-testfixtures -Version: 6.15.0 +Version: 6.17.0 Release: 0 Summary: A collection of helpers and mock objects for unit tests and doc tests License: MIT diff --git a/testfixtures-6.15.0.tar.gz b/testfixtures-6.15.0.tar.gz deleted file mode 100644 index 0ef26d7..0000000 --- a/testfixtures-6.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:409f77cfbdad822d12a8ce5c4aa8fb4d0bb38073f4a5444fede3702716a2cec2 -size 116119 diff --git a/testfixtures-6.17.0.tar.gz b/testfixtures-6.17.0.tar.gz new file mode 100644 index 0000000..a9b1e9e --- /dev/null +++ b/testfixtures-6.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7c170df68ca6367eda061e9ec339ae3e6d3679c31e04033f83ef97a7d7d0ce +size 121419