Matěj Cepl

Results 230 issues of Matěj Cepl

https://sourceforge.net/p/docutils/mailman/message/36609726/ I would like to collect information under which conditions rst2epub2 can be included into docutils core.

I have two questions. First of all, what about this one (using rst2odp 0.3.1): ``` matej@mitmanek: PyCon18-m2crypto (master *%)$ rst2odp --traceback --template-file=urania_black.otp --font='Urania Czech' --mono-font=Incosonlata slides.rst slides.odp Traceback (most recent...

I am a maintainer of Python packages in openSUSE, and I am on my crusade of eliminating nose1 from our distribution. When I look at its repository on https://github.com/nose-devs/nose, the...

It would be probably good to have at least something in README. Also, add text of the GPL-2 license as suggested by FSF.

Again, I am a Pythonista, just recording exisitng SUSE patches, so I miss a lot of intricacies of GCC keywords, but it seems from many sources (https://bugs.launchpad.net/flashlight-firmware/+bug/1703250, https://www.kernel.org/doc/local/inline.html) that `inline`...

Python 3.10 finally really eliminated all those classes in `collections` package which were long time ago moved to `collections.abc`. So, `from collections import Iterable` truly ceased to work. This patch:...

bug

Since Python 3.3 mock is present the Python’s standard library, so it is not necessary to use external module. This patch removes the need of using it: ```diff --- a/tests/unit/test_venv.py...

bug
releasing

All builds (and running test suites as part of them) of OpenSUSE packages (the same for every other Linux or Mac distribution) happen in the chrooted environment without the network...

bug

I would like to fix packaging for OpenSUSE, but your release tarball does not contain the tests directory. Could you please distribute them as well?