MeggyCal

Results 15 issues of MeggyCal

In clikit v0.5.0 there was introduced a new dependency on your package woops. I can find the package on pypi (https://pypi.org/project/woops/), but the link to its github repo (https://github.com/sdispater/woops) does...

Could you please tag all new releases in general and release 0.8.3 in particular on GitHub? Thanks!

As nose is unmaintained for a while, let us replace it with unittest.

Hi, while building with Django 3.1 I get the following error: ``` [ 39s] FAIL: test_to_python_not_iso8601 (drf_braces.tests.forms.test_fields.TestISO8601DateTimeField) [ 39s] ---------------------------------------------------------------------- [ 39s] Traceback (most recent call last): [ 39s] File...

From Python3.10.7 changelog: Converting between [int](https://docs.python.org/3/library/functions.html#int) and [str](https://docs.python.org/3/library/stdtypes.html#str) in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now raises a [ValueError](https://docs.python.org/3/library/exceptions.html#ValueError)...

Could you please export the appropriate tests and README also in single-component tarballs on PyPi? It is the only reasonable source of single-component twitter.common.* packages and packagers like me would...

the package didn't build for me (tests failed, don't know why) and I managed to fix it with something similar to https://github.com/napalm-automation-community/napalm-arubaos-switch/commit/ebd48e4679f284a1c76441feef15c528867a718c. Please note: I don't know what it does...

Original patch by @s-t-e-v-e-n-k, clumsy backwards compatibility with Sphinx 7.0 by me. Not tested on Sphinx older than 7.0.

It passes again with the following changes (but it might not be the correct approach): ``` Index: pyuv-1.4.0/tests/test_loop.py =================================================================== --- pyuv-1.4.0.orig/tests/test_loop.py +++ pyuv-1.4.0/tests/test_loop.py @@ -48,9 +48,9 @@ class LoopRunTest(TestCase): prepare.start(prepare_cb)...