Re: Suppress "running pip install with root privileges" warning in RPM macros?

2020-07-09 Thread Lumir Balhar
I was curious how hard it'd be to implement this and it turned out to be very simple so I've prepared a PR: https://src.fedoraproject.org/rpms/python-pip/pull-request/67 Lumír On 7/9/20 1:48 PM, Petr Viktorin wrote: On 2020-07-07 19:54, Miro Hrončok wrote: 1) Add a custom --no-warn-root-priv

New dockerhub organization

2020-06-25 Thread Lumir Balhar
Hello. Because the fedora-python-tox container image is getting popular, I've decided to move it from my own account to more official-looking space. Therefore I've created a new organization fedorapython (no dashes allowed there :( ) on Docker hub and cloned the repository there: https://hub.

python-virtualenv 20.0.23 in rawhide

2020-06-21 Thread Lumir Balhar
Hello. Virtualenv has been completely rewritten so we were waiting for it to settle a little bit and it wasn't simple to adapt our downstream modification (to use our own wheels) but the latest version 20.0.23 just landed in rawhide. We tested it heavily but it might still bring some incompa

Re: Draft of New Python Packaging Guidelines

2020-05-06 Thread Lumir Balhar
I've took a look and the new guidelines look good to me. The only thing I am afraid of is that there is a lot of magic behind new macros. Previously, macros were a way how to use standard Python commands like "python3 setup.py build" without memorizing them and without a fear that you forget a

Re: update to spyder4

2019-12-22 Thread Lumir Balhar
Hello. On 12/22/19 2:33 PM, Mukundan Ragavan wrote: I am looking to update Spyder-IDE to version 4.x [0] on rawhide and ran into some issues. Spyder 4 introduces a few new dependencies are not yet available in Fedora or have been retired. These dependencies are qdarksuite, diff-match-patch and p

Re: Is retrace.fedoraproject.org useless for Python exceptions?

2019-12-11 Thread Lumir Balhar
Hello. I don't know these tools but you can guess what happened from the file/line combination in the stack and from the error name which contains the name of the exception. It'd be better to have also a content of an exception. Have a nice day. Lumír On 12/11/19 9:23 AM, Felix Schwarz wro

Re: cython issues on EL8

2019-09-26 Thread Lumir Balhar
Hello. On 9/27/19 5:37 AM, Orion Poplawski wrote: I could use some help with some cython issues building pandas for EL8. First attempt: https://koji.fedoraproject.org/koji/taskinfo?taskID=37887295 running build_ext pandas._libs.algos: -> [['pandas/_libs/algos.c']] Traceback (most recent call

Re: Python 3 packages to be removed form EPEL 7 (provided by RHEL 7)

2019-07-16 Thread Lumir Balhar
Hello. On 7/17/19 12:00 AM, Miro Hrončok wrote: Hey, when RHEL 7.7 will be released, the following new components/packages will be provided (assuming from 7.7 beta): python3 - the Python 3.6 package This new RHEL7 component builds several subpackages, all ob

self introduction

2017-04-17 Thread Lumir Balhar
Hello. My name is Lumír Balhar and I am a member of Python maintenance team in Red Hat and Fedora contributor. I want to be a member of Python SIG to be able to help with important Python packages in Fedora. Have a nice day. Lumír ___ python-deve