forked from pool/python-pyflakes
Accepting request 175232 from home:dirkmueller:branches:devel:languages:python
- update to 0.7.2: - Fix computation of `DoctestSyntaxError.lineno` and `col`. - Add boolean attribute `Checker.withDoctest` to ignore doctests. - If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests. - Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated list of additional built-in names. - File `bin/pyflakes` was missing in tarball generated with distribute. - Fix reporting errors in non-ASCII filenames (Python 2.x) OBS-URL: https://build.opensuse.org/request/show/175232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
ed75dd2eee
commit
f3649addb9
3
pyflakes-0.7.2.tar.gz
Normal file
3
pyflakes-0.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e971804569e26a120ded70ca94882cbbf360390538fc3b5861f8ccecaf291178
|
||||
size 30107
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a5abf2e0a04068153b2b9e1f9c6f113b5c6260bf9918de5dded437887bfecd4
|
||||
size 29387
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 08:52:47 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.7.2:
|
||||
- Fix computation of `DoctestSyntaxError.lineno` and `col`.
|
||||
- Add boolean attribute `Checker.withDoctest` to ignore doctests.
|
||||
- If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests.
|
||||
- Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated
|
||||
list of additional built-in names.
|
||||
- File `bin/pyflakes` was missing in tarball generated with distribute.
|
||||
- Fix reporting errors in non-ASCII filenames (Python 2.x)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 23:47:49 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: python-pyflakes
|
||||
Version: 0.7
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Url: https://launchpad.net/pyflakes
|
||||
Summary: Passive checker of Python programs
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python3-pyflakes
|
||||
Version: 0.7
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Url: https://launchpad.net/pyflakes
|
||||
Summary: Passive checker of Python 3 programs
|
||||
|
Reference in New Issue
Block a user