[Bug 1347927] Re: python-pyparsing version dependency missing

2016-06-06 Thread Amr Ibrahim
** Changed in: matplotlib (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1347927

Title:
  python-pyparsing version dependency missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1347927/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1347927] Re: python-pyparsing version dependency missing

2014-07-23 Thread Julian Taylor
as I understood the report there is no issue, the package metadata is
not up to date, this has been fixed by manual installation by the user
and by updating the metadata in the package for future releases.

this bug in 2.0.0 (and 1.5.7) is patched in the distribution versions of
pyparsing, the packaged matplotlib does a feature check for the bug
instead of using version numbers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1347927

Title:
  python-pyparsing version dependency missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1347927/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1347927] Re: python-pyparsing version dependency missing

2014-07-23 Thread WeatherGod
I would suggest that the user verify that they can use mpl_toolkits such
as axes_grid1, mplot3d and basemap. If there are problems there, then
this is a deeper issue.

Btw, the specific requirement for pyparsing is
['pyparsing>=1.5.6,!=2.0.0']. There was a very bad bug in version 2.0.0
that was subsequently fixed in a later version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1347927

Title:
  python-pyparsing version dependency missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1347927/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1347927] Re: python-pyparsing version dependency missing

2014-07-23 Thread Julian Taylor
This is an issue with the dependency data of the package. It does not have any 
requirements set on pyparsing so any version is considered good by the package 
manager.
With correct metadata the partial upgrade which I assume was applied here would 
have pulled in a newer version of pyparsing too.

As I interpret the packaged __init__.py there is no way the packaged
matplotlib (1.3.1 I assume) can start with a pyparsing that is older
than 1.5.6.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1347927

Title:
  python-pyparsing version dependency missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1347927/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1347927] Re: python-pyparsing version dependency missing

2014-07-23 Thread WeatherGod
Uhm, this might actually not be an issue with the package. Between v1.2
and v1.3, we changed to using setuptools, and changed our dependency
handling. If there was a pre v1.3 install of matplotlib prior to
installing v1.3+, this can cause issues (for examples, you may have
problems with mpl_toolkits and dateutils because of how they are now
handled differently than before).

Looking at the error message, I see it references
"/usr/lib/pymodules/python2.7/matplotlib/__init__.py" (note the version-
less matplotlib name). This is how matplotlib used to be installed in
pre v1.2 days, making me wonder if this is really a different problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1347927

Title:
  python-pyparsing version dependency missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1347927/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1347927] Re: python-pyparsing version dependency missing

2014-07-23 Thread Julian Taylor
thanks, I updated it in the debian package version control

** Changed in: matplotlib (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1347927

Title:
  python-pyparsing version dependency missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1347927/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs