- Jan 27, 2020
-
-
-
Kevin Daudt authored
-
-
addresses CVE-2019-19921 additional information at https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc10
-
-
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
-
-
Leo authored
-
Following the tips of IntelOrca (upstream dev): the -cli subpackage also requires the object files, so move them to a separate subpackage and make both -cli and main package depend on it
-
-
-
The previous homepage responds with 404. The upstream project, including a mercurial repository, has moved from BitBucket to Sourceforge. The [Sourceforge page] listed several files to download including: https://downloads.sourceforge.net/ruamel-yaml/ruamel.yaml-0.16.6.tar.xz fc305499241de6cf5c2fa694a53762d853dce44af34f4aff1774d0ee772620cea7398591d1f8f4c43573d276ffd8cfd147dae0e98764e1a5a6045542514dcc42 Which was enough to make sure check() succeeds: The issue was that python failed to import ruamel.yaml: the solution is to call `pytest-3` rather than `python3 -m pytest` According to the [pytest documentation], a difference between running pytest as `pytest` vs `python3 -m pytest` is that the later will also add the current directory, in this case `$builddir` to sys.path. Somehow if `$builddir` is on `sys.path` the package to test is not found. The Sourceforge download URL above now 404s and the project's files page is now empty. PyPI can be used as `$source` instead. The artifact on PyPI does not include the tests, so these are again disabled. The C module is now distributed separately. [Sourceforge page]: https://sourceforge.net/projects/ruamel-yaml/files/ [pytest documentation]: https://docs.pytest.org/en/latest/usage.html#calling-pytest-through-python-m-pytest
-
Upstream split the C code out of community/py3-ruamel.yaml into a separate package. In order for py3-ruamel.yaml and ansible-lint to stay in community this separate package needs to be in community. There are no tests enabled because they are not available in a stable download. The PyPI download doesn't include the tests. Although the [project activity page] on Sourceforge shows files released, the [files page] is empty. [project activity page]: https://sourceforge.net/projects/ruamel-yaml-clib/ [files page]: https://sourceforge.net/projects/ruamel-yaml-clib/files/
-
Francesco Colista authored
-
Leonardo Arena authored
-
Leonardo Arena authored
ref #11156
-
Sören Tempel authored
-
Francesco Colista authored
-
Francesco Colista authored
-
- Jan 26, 2020
-
-
Jakub Jirutka authored
-
Andy Postnikov authored
- downgrade because of official release - using github as promary source with tests
-
Jakub Jirutka authored
The resulting library is not linked against libsasl2 when autoreconf is not used...
-
Jakub Jirutka authored
kea-lfc is actually not just an optional tools, it's run by kea-dhcp4 and kea-dhcp6 when memfile lease-database is used.
-
Keith Maxwell authored
Dependencies are listed at: https://github.com/googleapis/google-auth-library-python/blob/release-v1.11.0/setup.py#L21 Test dependencies are listed at https://github.com/googleapis/google-auth-library-python/blob/master/noxfile.py#L17 This commit update the dependencies to match the above. The exception continues to be the apparently optional py3-grpcio dependency which is still in testing/. Mock is a backport of unittest.mock to earlier Python versions. It isn't required on Python 3.8, so this commit patches the tests to use the standard library.
-
Keith Maxwell authored
py3-freezegun is a test dependency of community/py3-google-auth-1.11.0
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Sören Tempel authored
Includes more man pages, most importantly clang(1), and also some HTML documentation.
-
Sören Tempel authored
-
Sören Tempel authored
The old version (0.14.0) does not build anymore since the GeoIP database cannot be downloaded successfully as the domain name of the server, used to download it, does not resolve anymore. See: https://github.com/kpcyrd/sn0int/commit/0d96f66cf961274083dff42f065e995e0252100f
-
Sören Tempel authored
Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
-
Sören Tempel authored
Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
-
Sören Tempel authored
-
Sören Tempel authored
Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
-