Re: ability to move just some Python files (+pyc) in subpackage?

2020-06-29 Thread Miro Hrončok
On 29. 06. 20 23:12, Miro Hrončok wrote: %files -n python3-dns-lexicon %{python3_stielib}/lexicon/dns_lexicon-%{version}-py%{python3_version}.egg-info/ %{python3_stielib}/lexicon/ %pycached %exclude %{python3_stielib}/lexicon/lexicon/providers/transip.py %files -n python3-dns-lexicon+transip %p

Re: ability to move just some Python files (+pyc) in subpackage?

2020-06-29 Thread Miro Hrončok
On 29. 06. 20 22:47, Felix Schwarz wrote: Hi, I'm working towards updating python-dns-lexicon. It can handle many different dns APIs and for some APIs the code needs additional libraries (some of these are not packaged for Fedora). Upstream handles this by using "extras" requirements and the CL

ability to move just some Python files (+pyc) in subpackage?

2020-06-29 Thread Felix Schwarz
Hi, I'm working towards updating python-dns-lexicon. It can handle many different dns APIs and for some APIs the code needs additional libraries (some of these are not packaged for Fedora). Upstream handles this by using "extras" requirements and the CLI throws an error message if you try to use

Re: how to depend on 'requests[security]'?

2020-06-29 Thread Miro Hrončok
On 29. 06. 20 21:59, Felix Schwarz wrote: Hey, I'm trying to update a package which now depends on "requests[security]" instead of just "requests". If I understand https://fedoraproject.org/wiki/Changes/PythonExtras correctly there no mechanism right now to pull in "requests[security]" (along w

how to depend on 'requests[security]'?

2020-06-29 Thread Felix Schwarz
Hey, I'm trying to update a package which now depends on "requests[security]" instead of just "requests". If I understand https://fedoraproject.org/wiki/Changes/PythonExtras correctly there no mechanism right now to pull in "requests[security]" (along with its dependencies) so I need to patch set

New pipenv 2020.6.2 ready for testing in a copr repo

2020-06-29 Thread Tomas Orsava
Hi, yet newer upstream version of pipenv, 2020.6.2, was released and is ready for you in copr: https://copr.fedorainfracloud.org/coprs/g/python/pipenv/ All the best, Tomas On 5/28/20 5:11 PM, Tomas Orsava wrote: Hi, upstream released a brand new version of `pipenv` this morning, and we've p

Orphaned python-jupyterlab-launcher

2020-06-29 Thread Miro Hrončok
I've orphaned python-jupyterlab-launcher. I've packaged it in an attempt to package jupyterlab, but I have never got to it :( The package now FTBFS because I have removed tests from the python3-notebook RPM. If somebody wants python-jupyterlab-launcher, I can add python3-notebook-tests subpac