Re: python-sig in pkgdb2?

2014-10-06 Thread Haïkel
Le 6 oct. 2014 21:56, "Thomas Spura" a écrit : > > Hi all, > > there just was a request to test groups for pkgdb2 [1] and I thought > it might be a good opportunity to maybe start sharing at least some > core python packages among a few people. > > For instance, I maintain ipython and the dependen

Re: Template for modules that use pbr?

2014-11-04 Thread Haïkel
I suggest you take a look at openstack packages spec and see how we solved the network issue with PBR. http://pkgs.fedoraproject.org/cgit/openstack-glance.git/tree/openstack-glance.spec Regards, H. ___ python-devel mailing list python-devel@lists.fedorap

Re: Python 3 as a Default - Status

2015-01-20 Thread Haïkel
Thanks for the heads-up. As for the cloud image, if we switch to yum, python-urlgrabber won't be needed anymore. H. ___ python-devel mailing list python-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/python-devel

macros.python2 requires update in F21+

2015-09-08 Thread Haïkel
Hi, Recently, we had a lot of issues with openstack packages due to python newer guidelines. To fix upgrade path for python2 modules, you had to obsolete previous python-xxx module. Orion committed a fix in rawhide in the macro %python_provides that fixes that issue. http://pkgs.fedoraproject.org

Re: macros.python2 requires update in F21+

2015-09-10 Thread Haïkel
Hi, Nobody answered, should I assume that everyone is ok with me pushing Orion's patches in F21 and F22? Regards, H. 2015-09-08 12:26 UTC+02:00, Haïkel : > Hi, > > Recently, we had a lot of issues with openstack packages due to python > newer guidelines. > To fix upgr

Re: Additional python34 components for epel7

2016-01-19 Thread Haïkel
2016-01-19 16:18 GMT+01:00 Orion Poplawski : > On 01/19/2016 05:30 AM, Avram Lubkin wrote: >> >> So what should package maintainers do? I modified a package to use >> python3_pkgversion and it builds fine if with_python3 is set, but it >> doesn't seem to be set in the EPEL 7 build environment. I no

Re: Update python-django EPEL7

2016-08-16 Thread Haïkel
2016-08-16 19:11 GMT+02:00 Igor Gnatenko : > It's against policies. Currently python-django has version 1.6. And > 1.8 is major release. > Wrong. Django 1.8 is an Long-Term Support version (supported until April, 2018) while 1.6 support ended in April, 2015 (so one year without security updates ..