Merge pull request #102821 from r-ryantm/auto-update/python2.7-iniconfig
python27Packages.iniconfig: 1.0.1 -> 1.1.1
This commit is contained in:
commit
960b023b05
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "iniconfig";
|
pname = "iniconfig";
|
||||||
version = "1.0.1";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0s9z9n4603fdpv2vzh6ddzfgsjmb09n6qalkjl2xwrss6n4jzyg5";
|
sha256 = "bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # avoid circular import with pytest
|
doCheck = false; # avoid circular import with pytest
|
||||||
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "brain-dead simple parsing of ini files";
|
description = "brain-dead simple parsing of ini files";
|
||||||
homepage = "https://github.com/CHANGE/iniconfig/";
|
homepage = "https://github.com/RonnyPfannschmidt/iniconfig";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jonringer ];
|
maintainers = with maintainers; [ jonringer ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user