Python 3 windows executables templates moved to python3-devel

2017-04-20 Thread Charalampos Stratakis
Hello all,

As of the python3 update for F26 [0] some windows executable files that reside 
at /usr/lib/python3.6/distutils/command/ have been moved to the python3-devel 
subpackage from the python3-libs [1].

These files are used for creating custom windows installers for python modules, 
so if you were using these templates for/during your workflow, you will have to 
install python3-devel to get them.

[0] https://bodhi.fedoraproject.org/updates/FEDORA-2017-e1e5e717c6
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1426257


Regards,

Charalampos Stratakis
Associate Software Engineer
Python Maintenance Team, Red Hat
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org


Troubles with Python 3.6.1 in Fedora 26

2017-04-20 Thread Miro Hrončok

There is and update of Python to 3.6.1 coming to Fedora 26 [1].
Due to a bug [2][3] tho following scenario might happen:


 0. user has python3 3.6.0 and python3-foo-0.1-1
 1. python3 3.6.1 is pushed to Fedora 26 stable
 2. maintainer of python3-foo rebuilds the package to python3-foo-0.1-2
(this happens against python3 3.6.1) and pushes it to updates
 3. user updates to python3-foo-0.1-2, but does not update python3
 4. if the Python foo module meets certain conditions, it is broken
 5. user can `dnf update python3` to fix the issue

Because Fedora 26 is not yet released, if we push Python 3.6.1 now, this 
problem can only affect the users who run Alpha and do partial dnf 
updates, and a full dnf update fixes the issue. So we decided to push 
Python 3.6.1 to Fedora anyway.


Should I note this at the common bugs page [4]? I don't think the 
scenario is common enough, but I feel a need to inform about it somewhere.



[1] https://bodhi.fedoraproject.org/updates/FEDORA-2017-e1e5e717c6
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1435135
[3] http://bugs.python.org/issue29943
[4] https://fedoraproject.org/wiki/Common_F26_bugs

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org