Orphaning packages

2018-02-21 Thread Germano Massullo
I am going to orphan the following packages. If anybody wants to take my place, I will add him as main admin so the packages will not be retired https://src.fedoraproject.org/rpms/python-django-model-utils https://src.fedoraproject.org/rpms/python-django-netjsongraph https://src.fedoraproject.org/

Help for package review

2017-07-12 Thread Germano Massullo
Hi there, I am doing the review of https://bugzilla.redhat.com/show_bug.cgi?id=1189171 but I am experiencing some difficulties in understanding line %{__python} setup.py install -O1 --skip-build --root %{buildroot} I haven't find any trace of such flags in setup.py file. Have a nice day ___

upstream dev. asks suggestions about howto make packagers work easier (bundled libraries, etc.)

2016-11-19 Thread Germano Massullo
We often deal with upstream developers that bundle libraries in their code, so to make a package we have to debundle them, etc. This time, an upstream dev. asked me what he could do to make easier the work of packagers. In this case the software is python-netjsongraph [1] that bundles javascript-d3

python-setuptools explicit build dependency

2016-10-29 Thread Germano Massullo
In spec files of Python based software, python-setuptools is a build requirement that is mandatory for EPEL7, on Fedora instead it is not required because it should already be a runtime dependency for python-devel. By the way I remember I have heard that in next future it should be added explicitly

Re: %{python3_pkgversion} tag

2016-10-29 Thread Germano Massullo
Il 27/10/2016 02:51, Orion Poplawski ha scritto: > On 10/26/2016 05:16 PM, Germano Massullo wrote: >> A proven packager edited one of the python libraries I maintain, to add >> some useful stuff. Among all the edits he made, there is one in >> particular that made

%{python3_pkgversion} tag

2016-10-26 Thread Germano Massullo
A proven packager edited one of the python libraries I maintain, to add some useful stuff. Among all the edits he made, there is one in particular that made me write this message. %{?python_provide:%python_provide python3-%{pypi_name}} has been replaced with %{?python_provide:%python_provide python

Re: Review swap

2016-09-27 Thread Germano Massullo
Package Review has been taken ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org

Review swap

2016-09-26 Thread Germano Massullo
Hi everybody, I would need to make a review swap. My review request is python-django-jsonfield - A reusable Django field that allows you to store validated JSON in your model https://bugzilla.redhat.com/show_bug.cgi?id=1375222#c6 Today I fixed all the problems and runned fedora-review to see if t

Re: Question about Python applications / web applications

2016-09-19 Thread Germano Massullo
Il 12/09/2016 16:36, Miro HronĨok ha scritto: > On 12.9.2016 16:32, Germano Massullo wrote: >> 2016-09-12 15:37 GMT+02:00 Igor Gnatenko : >>> It depends on application/we-application. >>> If it's not supposed to "import foo", then it's fine to build

Re: Question about Python applications / web applications

2016-09-12 Thread Germano Massullo
2016-09-12 16:44 GMT+02:00 Igor Gnatenko : > Well, you package it -> you tell us if it fall into that case ;) > > If you don't know what you package probably it's better to not package it? I knew what to do but I asked since during package review the reviewer pointed out that there should be both

Re: Question about Python applications / web applications

2016-09-12 Thread Germano Massullo
2016-09-12 15:37 GMT+02:00 Igor Gnatenko : > It depends on application/we-application. > If it's not supposed to "import foo", then it's fine to build only one > version. Does the following review request fall into that case? python-django-netjsongraph - Reusable django app for collecting and vis

Question about Python applications / web applications

2016-09-12 Thread Germano Massullo
Hi, I have a question about Python applications and web applications. I remember (but I am not 100% sure) that I have been told that if the application / web application runs on Fedora, the packager will just have to make the Python3 version and call it python-foo. No Python 2 version has to be bui

Review swap python-django-netjsongraph

2016-08-30 Thread Germano Massullo
Hi, is anybody interested in a review swap? python-django-netjsongraph - Reusable django app for collecting and visualizing network topology https://bugzilla.redhat.com/show_bug.cgi?id=1369213 ___ python-devel mailing list python-devel@lists.fedoraproject

Re: [Errno -3] Temporary failure in name resolution

2016-08-19 Thread Germano Massullo
2016-08-19 10:06 GMT+02:00 Charalampos Stratakis : > Hi, > > It seems that the tests try to download from external sources (Pypi in this > case) however this is not possible when using koji. Not sure if it's clearly > documented somewhere but from a fast search I found this reference [0] > > You

[Errno -3] Temporary failure in name resolution

2016-08-18 Thread Germano Massullo
Hi everybody! I have just submitted to Fedora repositories, a new package called python-gfm. I was running the first build on Koji, when I got some errors related to python-markdown2, so I would like to ask you if you have any idea about... I am getting error

Update python-django EPEL7

2016-08-16 Thread Germano Massullo
Hello, I would like to ask if it is possible to update python-django for EPEL7 to, for example, 1.8 version. I am actually going to fill a Review Request for python-django-netjsongraph[1], and among its requirements, there is python-django-rest-framework that cannot actually be packaged for EPEL7 d

Re: Can't manage to fix error ImportError: No module named runtests

2016-08-10 Thread Germano Massullo
Ok problem solved by upstream developer :-) Here the package review request that I have just filled python-django-model-utils - Django model mixins and utilities - https://bugzilla.redhat.com/1365782 ___ python-devel mailing list python-devel@lists.fedora

Can't manage to fix error ImportError: No module named runtests

2016-08-08 Thread Germano Massullo
Hi, I am packaging python-django-model-utils with spec file[1] by the way I obtain the error message ImportError: No module named runtests (full logs at [2]). As you can see from the spec file, to try avoiding this message I added the dependency python-testtools but the result is the same. What ca