Bug 1080877 - pyflakes-0.8 is available
Summary: pyflakes-0.8 is available
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pyflakes
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Sandro Bonazzola
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-26 09:32 UTC by Upstream Release Monitoring
Modified: 2018-11-21 09:16 UTC (History)
1 user (show)

Fixed In Version: pyflakes-0.8-1.fc21
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-26 17:04:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Upstream Release Monitoring 2014-03-26 09:32:07 UTC
Latest upstream release: 0.8
Current version/release in Fedora Rawhide: 0.7.3-4.fc21
URL: https://pypi.python.org/packages/source/p/pyflakes/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 1 Dan Kenigsberg 2015-01-07 10:42:21 UTC
Much like I've asked 4 years ago on https://bugzilla.redhat.com/show_bug.cgi?id=575361#c3 : would you rebase EPEL 6, too?

I'd like to accept the likes of

try:
    from bla import x
except ImportError:
    x = 1

instead of getting

/tmp/1.py:4: redefinition of unused 'x' from line 2

Comment 2 Sandro Bonazzola 2018-11-21 09:16:22 UTC
(In reply to Dan Kenigsberg from comment #1)
> Much like I've asked 4 years ago on
> https://bugzilla.redhat.com/show_bug.cgi?id=575361#c3 : would you rebase
> EPEL 6, too?
> 
> I'd like to accept the likes of
> 
> try:
>     from bla import x
> except ImportError:
>     x = 1
> 
> instead of getting
> 
> /tmp/1.py:4: redefinition of unused 'x' from line 2

Please file a bug on EPEL, not on Fedora.
You can use this link: https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20EPEL


Note You need to log in before you can comment on or make changes to this bug.