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
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
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
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
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
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
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