forked from pool/python-coverage
- update to 7.3.1:
* The semantics of stars in file patterns has been clarified in the docs. A leading or trailing star matches any number of path components, like a double star would. This is different than the behavior of a star in the middle of a pattern. since 6.4.3. - Handle cases where python2 is disabled - add LICENSE.txt - python3 package added - minor spec improvement (files section) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=125
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49dbb19cdcafc130f597d9e04a29d0a032ceedf729e41b181f51cd170e6ee865
|
|
||||||
size 763902
|
|
BIN
coverage-7.3.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
coverage-7.3.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 18 09:20:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 7.3.1:
|
||||||
|
* The semantics of stars in file patterns has been clarified in
|
||||||
|
the docs. A leading or trailing star matches any number of path
|
||||||
|
components, like a double star would. This is different than
|
||||||
|
the behavior of a star in the middle of a pattern.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 14 16:00:52 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org>
|
Mon Aug 14 16:00:52 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org>
|
||||||
|
|
||||||
@@ -148,7 +157,7 @@ Sat Jan 28 13:38:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|||||||
* Added: the debug output file can now be specified with ``[run]
|
* Added: the debug output file can now be specified with ``[run]
|
||||||
debug_file`` in the configuration file. Closes `issue 1319`_.
|
debug_file`` in the configuration file. Closes `issue 1319`_.
|
||||||
* Performance: fixed a slowdown with dynamic contexts that's been around
|
* Performance: fixed a slowdown with dynamic contexts that's been around
|
||||||
since 6.4.3.
|
since 6.4.3.
|
||||||
* Typing: all product and test code has type annotations.
|
* Typing: all product and test code has type annotations.
|
||||||
* Fix: On Python 3.7, a file with type annotations but no ``from
|
* Fix: On Python 3.7, a file with type annotations but no ``from
|
||||||
__future__ import annotations`` would be missing statements in
|
__future__ import annotations`` would be missing statements in
|
||||||
@@ -264,7 +273,7 @@ Mon Oct 3 15:48:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
.. _issue 1425: https://github.com/nedbat/coveragepy/issues/1425
|
.. _issue 1425: https://github.com/nedbat/coveragepy/issues/1425
|
||||||
.. _pull 1438: https://github.com/nedbat/coveragepy/pull/1438
|
.. _pull 1438: https://github.com/nedbat/coveragepy/pull/1438
|
||||||
.. _issue 1449: https://github.com/nedbat/coveragepy/issues/1449
|
.. _issue 1449: https://github.com/nedbat/coveragepy/issues/1449
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 10 15:31:21 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Sat Sep 10 15:31:21 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
@@ -841,7 +850,7 @@ Wed Oct 4 15:47:22 UTC 2017 - arun@gmx.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 11 15:25:50 UTC 2017 - toddrme2178@gmail.com
|
Fri Aug 11 15:25:50 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
- Handle cases where python2 is disabled
|
- Handle cases where python2 is disabled
|
||||||
(needed for SLE backports compatibility)
|
(needed for SLE backports compatibility)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@@ -955,7 +964,7 @@ Mon Dec 28 12:16:34 UTC 2015 - marec@detebe.org
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 31 07:50:25 UTC 2015 - dmueller@suse.com
|
Sat Oct 31 07:50:25 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
- add LICENSE.txt
|
- add LICENSE.txt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 09:23:35 UTC 2015 - bgeuken@suse.com
|
Fri Oct 16 09:23:35 UTC 2015 - bgeuken@suse.com
|
||||||
@@ -991,7 +1000,7 @@ Thu May 8 11:37:39 UTC 2014 - toddrme2178@gmail.com
|
|||||||
- Improved the speed of HTML report generation by about 20%.
|
- Improved the speed of HTML report generation by about 20%.
|
||||||
- Fixed the mechanism for finding OS-installed static files for the HTML report
|
- Fixed the mechanism for finding OS-installed static files for the HTML report
|
||||||
so that it will actually find OS-installed static files.
|
so that it will actually find OS-installed static files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 24 13:40:56 UTC 2013 - speilicke@suse.com
|
Thu Oct 24 13:40:56 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
@@ -1087,8 +1096,8 @@ Thu May 24 11:47:40 UTC 2012 - cfarrell@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 23 07:30:26 UTC 2012 - highwaystar.ru@gmail.com
|
Wed May 23 07:30:26 UTC 2012 - highwaystar.ru@gmail.com
|
||||||
|
|
||||||
- python3 package added
|
- python3 package added
|
||||||
- minor spec improvement (files section)
|
- minor spec improvement (files section)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 10 16:54:01 UTC 2012 - saschpe@gmx.de
|
Sat Mar 10 16:54:01 UTC 2012 - saschpe@gmx.de
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Version: 7.3.0
|
Version: 7.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Code coverage measurement for Python
|
Summary: Code coverage measurement for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Reference in New Issue
Block a user