Commit Graph

130 Commits

Author SHA256 Message Date
Sascha Peilicke
fa07bd858d Accepting request 204138 from home:dirkmueller:branches:devel:languages:python
- update to 3.7:
   * Added the ``--debug`` switch to ``coverage run``.  It accepts a list of
   options indicating the type of internal activity to log to stderr.
   * Running code with ``coverage run -m`` now behaves more like Python does,
   setting sys.path properly, which fixes `issue 207`_ and `issue 242`_.
   * Coverage can now run .pyc files directly, closing `issue 264`_.
   Over 15 other bugfixes, see included CHANGELOG

OBS-URL: https://build.opensuse.org/request/show/204138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=31
2013-10-21 12:30:35 +00:00
Stephan Kulow
e337a48f1e Accepting request 179765 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=15
2013-06-19 14:27:32 +00:00
Sascha Peilicke
8089c854c2 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=29
2013-06-17 12:50:28 +00:00
Stephan Kulow
576b75a262 Accepting request 175850 from devel:languages:python
- Fix update-alternatives and support upgrade from previous versions

- Fix update-alternatives and support upgrade from previous versions

OBS-URL: https://build.opensuse.org/request/show/175850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=14
2013-05-16 14:15:40 +00:00
Sascha Peilicke
f287b9d310 - Fix update-alternatives and support upgrade from previous versions
- Fix update-alternatives and support upgrade from previous versions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=27
2013-05-15 14:48:13 +00:00
Stephan Kulow
e637f440de Accepting request 174418 from devel:languages:python
- Apply update-alternatives for binaries and man-pages
- Drop buildrequires on python-xml, I don't see it being used

- update to 3.6:
  * Fix Nose support
  * Add --fail-under
  * Over 20 bug fixes, for details see included CHANGELOG

- Buildrequire python3 to get acces to the 'sha512' module (not part
  of python3-base which comes through python3-devel)

- Apply update-alternatives for binaries and man-pages
- Drop buildrequires on python-xml, I don't see it being used

- update to 3.6:
  * Fix Nose support
  * Add --fail-under
  * Over 20 bug fixes, for details see included CHANGELOG

OBS-URL: https://build.opensuse.org/request/show/174418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=13
2013-05-03 11:44:18 +00:00
Sascha Peilicke
f820e2ec3c - Buildrequire python3 to get acces to the 'sha512' module (not part
of python3-base which comes through python3-devel)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=25
2013-05-03 10:08:08 +00:00
Sascha Peilicke
6aaf867aa4 - Update to version 1.3.3:
+ Upstreamed:
    - 0001-Restore-compatibility-with-Prettytable-0.7.2.patch 
    - ignore-cmd2-requires.diff:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=24
2013-05-03 10:02:59 +00:00
Sascha Peilicke
9ce3271a6d - Apply update-alternatives for binaries and man-pages
- Drop buildrequires on python-xml, I don't see it being used

- Apply update-alternatives for binaries and man-pages
- Drop buildrequires on python-xml, I don't see it being used

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=23
2013-05-03 09:14:06 +00:00
Sascha Peilicke
0b5fe3bc85 Accepting request 173961 from home:dirkmueller:branches:devel:languages:python
- update to 3.6:
  * Fix Nose support
  * Add --fail-under
  * Over 20 bug fixes, for details see included CHANGELOG

- update to 3.6:
  * Fix Nose support
  * Add --fail-under
  * Over 20 bug fixes, for details see included CHANGELOG

OBS-URL: https://build.opensuse.org/request/show/173961
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=22
2013-05-02 09:11:59 +00:00
Stephan Kulow
7848406a54 Accepting request 143339 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/143339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=11
2012-11-28 13:32:50 +00:00
Sascha Peilicke
61fe48b4a0 - Update to version 3.5.3:
+ Line numbers in the HTML report line up better with the source lines, fixing
    issue 197
  + When specifying a directory as the source= option, the directory itself no
    longer needs to have a __init__.py file, though its subdirectories do, to
    be considered as source files.
  + Files encoded as UTF-8 with a BOM are now properly handled, fixing
    issue 179_.
  + Fixed more cases of non-Python files being reported as Python source, and
    then not being able to parse them as Python.  Closes issue 82 (again).
  + Fixed memory leaks under Python 3, thanks, Brett Cannon. Closes issue 147_.
  + Optimized .pyo files may not have been handled correctly, issue 195_.
  + Certain unusually named file paths could have been mangled during reporting,
    issue 194_.
  + Try to do a better job of the impossible task of detecting when we can't
    build the C extension, fixing issue 183_.
  + Testing is now done with tox
- Changes from version 3.5.2:
  + No changes since 3.5.2.b1
- Changes from version 3.5.2b1
  + The HTML report has slightly tweaked controls: the buttons at the top of
    the page are color-coded to the source lines they affect.
  + Custom CSS can be applied to the HTML report by specifying a CSS file as
    the extra_css configuration value in the [html] section.
  + Source files with custom encodings declared in a comment at the top are now
    properly handled during reporting on Python 2.  Python 3 always handled them
    properly.  This fixes issue 157_.
  + Backup files left behind by editors are no longer collected by the source=
    option, fixing issue 168_.
  + If a file doesn't parse properly as Python, we don't report it as an error

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=20
2012-11-20 18:20:40 +00:00
Stephan Kulow
1380a9da91 Accepting request 132968 from devel:languages:python
Restore BuildRequires: python3  This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in.  Building will fail if  BuildRequires: python3 is removed. (forwarded request 132966 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/132968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=10
2012-09-11 07:15:33 +00:00
Todd R
07abd18bdf Accepting request 132966 from devel:languages:python
Restore BuildRequires: python3  This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in.  Building will fail if  BuildRequires: python3 is removed.

OBS-URL: https://build.opensuse.org/request/show/132966
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=18
2012-09-06 12:58:03 +00:00
Stephan Kulow
e664ce04d5 Accepting request 122066 from devel:languages:python
license update: BSD-2-Clause and (GPL-2.0+ or MIT)
__init__.py is the only file with a definitive license statement (BSD-2-Clause). Also, package contains jquery components (GPL-2.0+ or MIT) (forwarded request 122056 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/122066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=8
2012-05-29 08:35:12 +00:00
Sascha Peilicke
48a380f63f Accepting request 122056 from home:babelworx:ldig:branches:devel:languages:python
license update: BSD-2-Clause and (GPL-2.0+ or MIT)
__init__.py is the only file with a definitive license statement (BSD-2-Clause). Also, package contains jquery components (GPL-2.0+ or MIT)

OBS-URL: https://build.opensuse.org/request/show/122056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=16
2012-05-24 14:07:00 +00:00
Todd R
ed8c9b47eb Accepting request 121937 from home:HighwayStar:branches:devel:languages:python
python3 package added

OBS-URL: https://build.opensuse.org/request/show/121937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=15
2012-05-23 15:41:38 +00:00
Stephan Kulow
b739209ccf Accepting request 108729 from devel:languages:python
- Simplify macro usage

OBS-URL: https://build.opensuse.org/request/show/108729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=7
2012-03-11 19:04:49 +00:00
Sascha Peilicke
bd846ba354 - Simplify macro usage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=13
2012-03-10 16:54:12 +00:00
Stephan Kulow
333009c9e6 Accepting request 90920 from devel:languages:python
- Update to version 3.5.1:
  * The [paths] feature unfortunately didn't work in real world situations
    where you wanted to, you know, report on the combined data.  Now all paths
    stored in the combined file are canonicalized properly.

- Add python-distribute runtime requirement

OBS-URL: https://build.opensuse.org/request/show/90920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=5
2011-11-14 12:35:03 +00:00
Sascha Peilicke
31f46a45b9 - Update to version 3.5.1:
* The [paths] feature unfortunately didn't work in real world situations
    where you wanted to, you know, report on the combined data.  Now all paths
    stored in the combined file are canonicalized properly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=10
2011-11-10 11:12:30 +00:00
Sascha Peilicke
38ae8e645b - Add python-distribute runtime requirement
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=9
2011-09-27 08:33:34 +00:00
Lars Vogdt
a35459102f Accepting request 81571 from devel:languages:python
- Update to version 3.5.1b1:
  * for-else constructs are understood better, and don't cause erroneous partial
    branch warnings.  Fixes issue 122.
  * Branch coverage for with statements is improved, fixing issue 128.
  * The number of partial branches reported on the HTML summary page was
    different than the number reported on the individual file pages.  This is
    now fixed.
  * An explicit include directive to measure files in the Python installation
    wouldn't work because of the standard library exclusion.  Now the include
    directive takes precendence, and the files will be measured.  Fixes
    issue 138.
  * The HTML report now handles Unicode characters in Python source files
    properly. This fixes issue 124 and issue 144. Thanks, Devin
    Jeanpierre.
  * In order to help the core developers measure the test coverage of the
    standard library, Brandon Rhodes devised an aggressive hack to trick Python
    into running some coverage code before anything else in the process.
    See the coverage/fullcoverage directory if you are interested.
  ...see CHANGES.txt for more
- Spec file cleanup:
  * Use python-distribute instead of python-setuptools
  * Changed license to BSD-3-Clause (SPDX style)

OBS-URL: https://build.opensuse.org/request/show/81571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=3
2011-09-12 21:45:37 +00:00
Sascha Peilicke
6977a54265 Fixed link conflict
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=6
2011-09-08 14:33:29 +00:00
af55ad9625 Autobuild autoformatter for 71058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=2
2011-06-09 10:24:33 +00:00
OBS User buildservice-autocommit
0f0d746e7c Updating link to change in openSUSE:Factory/python-coverage revision 2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=e2ac85981a484eb01ff52aa570bd5334
2011-06-09 10:24:33 +00:00
a669657616 Accepting request 71058 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/71058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=1
2011-06-09 10:24:22 +00:00
Sascha Peilicke
0eebcc6850 - Update to version 3.4:
+ The XML report is now sorted by package name, fixing issue 88.
  + Programs that exited with sys.exit() with no argument weren't handled
    properly, producing a coverage.py stack trace.  That is now fixed.
- Changes from version 3.3.1:
  + Using parallel=True in .coveragerc file prevented reporting, but now does
    not, fixing issue 49.
  + When running your code with "coverage run", if you call sys.exit(),
    coverage.py will exit with that status code, fixing issue 50.
- Added documentation (AUTHORS.txt, CHANGES.txt and README.txt)
- Addded changes file

- Require setuptools

- Initial import

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=3
2011-05-06 12:44:31 +00:00
Ciaran Farrell
6117c7c3d0 we need setuptools at runtime
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=2
2009-08-22 20:19:41 +00:00
Ciaran Farrell
c9d8504e3a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=1 2009-06-03 15:17:25 +00:00