release-monitoring for python projects

2018-09-20 Thread Martin Bukatovic
Dear python devel, While I was considering packaging of tmuxp tool, I noticed that dependencies of this package provided by Fedora are bit old. Eg. python-libtmux is 2 years old, which is old enough to prevent packaging any reasonable recent version of tmuxp. Do I read this right that we need to

Re: removal of python2-firewall

2018-05-23 Thread Martin Bukatovic
On Wed, May 23, 2018 at 10:51:33PM +0200, Martin Bukatovic wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1575428 > > And while switching to python3[2] may solve this particular problem, I By this I mean using `ansible_python_interpreter=/usr/bin/python3` as described upstream.

removal of python2-firewall

2018-05-23 Thread Martin Bukatovic
b820a0d725e42a6d5cbebac1b127?branch=master [2] http://docs.ansible.com/ansible/latest/reference_appendices/python_3_support.html [3] https://fedoramagazine.org/getting-ansible-working-fedora-23/ -- Martin Bukatovic ___ python-devel mailing list -- python

pyp2rpm version in fedora

2018-04-29 Thread Martin Bukatovic
Dear python devel list, I see that version of pyp2rpm packaged in Fedora 27 is older than one from Fedora 26: Fedora 28 3.3.0-3.fc28 Fedora 27 3.2.2-2.fc27 Fedora 26 3.2.3-1.fc26 Is there any reason for that? see: https://apps.fedoraproject.org/packages/pyp2rpm/overview/ -- Martin Bukatovic

Re: Problems with script installation in RPM's

2016-05-12 Thread Martin Bukatovic
o or a guide. Moreover to edit it, one have to open a FPC ticket and get it through voting during FPC meeting. On the other hand, python-rpm-porting page looks more like a howto for a particular topic: python2 to python3 transition, which actually references the de

Re: my project's python3 unit tests passes, but fails during rpmbuild

2016-02-22 Thread Martin Bukatovic
sue by running: LC_ALL=C python3 setup.py test So yeah, the problem is in my unit test code which reads utf8 files. -- Martin Bukatovic ___ python-devel mailing list python-devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org

my project's python3 unit tests passes, but fails during rpmbuild

2016-02-21 Thread Martin Bukatovic
-pylatest/build.log.gz [3] https://github.com/marbu/specfiles/blob/1911be24ff130bf7d614694de5ae340b88888ee4/pylatest.spec -- Martin Bukatovic ___ python-devel mailing list python-devel@lists.fedoraproject.org http://lists.fedoraproject.org

Re: visibility of pyp2rpm tool

2016-02-10 Thread Martin Bukatovic
a, just general introduction of this concept and list of tools would have a great value for a newcomer. -- Martin Bukatovic ___ python-devel mailing list python-devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org

Re: visibility of pyp2rpm tool

2016-02-10 Thread Martin Bukatovic
On Wed, Feb 10, 2016 at 03:52:06AM -0500, Robert Kuska wrote: > Hi Martin, I like your ideas, the best way to move > this forward is to open a ticket for fpc[0]. Ah, thanks for pointing this out. The ticket is here: https://fedorahosted.org/fpc/ticket/598 -- Martin Buk

visibility of pyp2rpm tool

2016-02-08 Thread Martin Bukatovic
e sense to link older versions of the guidelines which are valid for epel 6 and 7 like ruby does here: https://fedoraproject.org/wiki/Packaging:Ruby I could help me with this feature request: https://github.com/fedora-python/pyp2rpm/issues/25 Thanks for the feedback. -- Martin Bukatovic _