bump holidays-0.16

This commit is contained in:
Andreas Billmeier 2022-10-06 09:11:30 +02:00 committed by Andreas Billmeier
parent e98f60f684
commit 2ab1107a46
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 11 additions and 9 deletions

View File

@ -538,11 +538,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1925 Ebuilds in total, 1918 of them have in total 1930 (35 different) licenses assigned.
There are 1927 Ebuilds in total, 1920 of them have in total 1932 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1159|
|MIT|1161|
|Apache-2.0|362|
|GPL-3|121|
|BSD|106|

View File

@ -1,5 +1,5 @@
DIST holidays-0.13.tar.gz 113687 BLAKE2B a0b2cdc0cd5b1cba0c313753681ec582350aef185873243d759011e3e80f117b95b5a0a280f21baf324cc5d34ab0ea9d1167cc88dd1f7991855e3047f63bba9e SHA512 e4a1b9b07f9aa4b53bc9aa5a963e5f947bd23adc5caf7656740531f02f77565ec72867972d238f88dafbe90bf1dc3822441bd123cff510a81a52e31e7a32ae82
DIST holidays-0.14.2.tar.gz 119143 BLAKE2B 7e17c688bc3e6a636fffe8138e7ba70e2c4aff21fac50ef6011b311fbbe0b544f0100bb93af08442338c92e653feb637abcf1d0ccbef9a194beafe9cd81360dd SHA512 2e31f531d33cd2a9cdd7a97b6441ca8b92b15539a9b12ad59d3e080dfbf8c2a64b461bd66c8bc3409a52bf93fe3cd0a23ff52f989e11119596bb6dbcc565a50e
EBUILD holidays-0.13.ebuild 918 BLAKE2B 5685142ebe26682d9dc018c5741b7277d1f7e8cc7ec9928dfa55f8f2aeabc3c6023a871a7c0a877117557d2f237a5ac8ff973ec39f0e769978ac0f5a89bd3c56 SHA512 a934a75755d53397afa35ff20f060b5825e6a588ebbf0bc87679681c4b4d7d91f6a338ebdc8e7c6fd2ebaa308c539050487a233435214bd67d221d20a29949a1
EBUILD holidays-0.14.2.ebuild 949 BLAKE2B 0b80fad96e866da2f27696584eca8f4eaeb01f07bba66304847152f5c6cc75370d4273014cd3c79bf4a9140f917f9f4c7d6d0299772e05231cae732aaa07abb6 SHA512 1231499397ebb9b0cdf36fe8d7004eabf7ee9930f559631480ce02740cb64626b758ab7790ebf104174683f110e96c7398c08cee200ed2ac724008e236c59b18
DIST holidays-0.16.tar.gz 123527 BLAKE2B 8cc96786535430d0d16c39efa58a013e162d234ab430d8dcad966c79f43824f897a1b160a3715ec13cea1fb7107860d57ff157e8ae9c062d0b197f5c2ed00886 SHA512 867a6e9128ac69be41df1d89206121dc47fedafb3e976d3202362409e8f0f17d25f9ae9b51fa235071e2b42243ac5f38d870f742bc4c35c49e0df08fa105853f
EBUILD holidays-0.14.2.ebuild 924 BLAKE2B b28ae783a9c9e65df729f6eb1757cb79272118b25a8fc585539c4aa8df3d568d9f1d17cd9e45b1837474cdac7fc6bee689e1e4928cf16e3f91ab5b817cfad2b6 SHA512 8cd57f57f17b360d5e75bfaf05b41b4d8cdf999589436058240abc060b4089a726ff945fd86b77bd86ed438c5b1f5dbb1cfc9cb7f97856c63909642466a2968e
EBUILD holidays-0.16.ebuild 924 BLAKE2B b28ae783a9c9e65df729f6eb1757cb79272118b25a8fc585539c4aa8df3d568d9f1d17cd9e45b1837474cdac7fc6bee689e1e4928cf16e3f91ab5b817cfad2b6 SHA512 8cd57f57f17b360d5e75bfaf05b41b4d8cdf999589436058240abc060b4089a726ff945fd86b77bd86ed438c5b1f5dbb1cfc9cb7f97856c63909642466a2968e
MISC metadata.xml 474 BLAKE2B 846f8808cec8d2e3f848a8ec10d34347e30f038b38306b7407deef4b6bf4f9555f7814e849b455b196e484323c44802a046457b0cecc2a83a7c4c2c931f5d7c8 SHA512 224dceefdac514a4529ec84287a810eee2c9b7b1ebd0e3ad04f686ec21469797a256c5cd5be900517c03376a1f87f767d2d1497815412ea40ccaa4da03da0c5d

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -34,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest