Commit Graph

30 Commits

Author SHA256 Message Date
7f2df14eeb Accepting request 351067 from home:marec2000:branches:devel:languages:python
update to 4.0.3

OBS-URL: https://build.opensuse.org/request/show/351067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=49
2016-01-04 09:33:21 +00:00
a56d4460d2 - add LICENSE.txt
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=47
2015-10-31 07:52:41 +00:00
c7293a545c Accepting request 339251 from home:bgeuken:branches:devel:languages:python
- Pre require coreutils. This package is needed for the rm call in the pre section.
    Subprocess failed. Error: RPM failed: /var/tmp/rpm-tmp.gONanE: line 3: rm: command not found

OBS-URL: https://build.opensuse.org/request/show/339251
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=45
2015-10-19 07:29:36 +00:00
Todd R
ce04338919 Accepting request 336880 from home:apersaud:branches:devel:languages:python
update to latest version, also updated update-alternatives (together with a SR for python3)

OBS-URL: https://build.opensuse.org/request/show/336880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=44
2015-10-08 10:38:14 +00:00
Denisart Benjamin
193c43458f Accepting request 318673 from home:seife:OpenStack:Master
fix rhel deps by depending on /usr/sbin/update-alternatives

OBS-URL: https://build.opensuse.org/request/show/318673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=42
2015-07-26 12:40:17 +00:00
Denisart Benjamin
c03ce0eab6 Accepting request 260553 from home:Ledest:misc
fix bashism in pre script

OBS-URL: https://build.opensuse.org/request/show/260553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=40
2014-11-11 13:33:52 +00:00
Todd R
64fe1f8d19 Accepting request 233052 from home:TheBlackCat:branches:devel:languages:python
update to 3.7.1

OBS-URL: https://build.opensuse.org/request/show/233052
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=38
2014-05-08 12:05:41 +00:00
Sascha Peilicke
e0d428348a - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=36
2013-10-24 13:40:59 +00:00
Sascha Peilicke
ad396f7e37 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=33 2013-10-24 11:00:41 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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