diff --git a/poetry.lock b/poetry.lock index c0eb212..9ac6d2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -599,26 +599,6 @@ mccabe = ">=0.6.0,<0.7.0" pycodestyle = ">=2.7.0,<2.8.0" pyflakes = ">=2.3.0,<2.4.0" -[[package]] -name = "gitchangelog" -version = "3.0.3" -description = "" -optional = false -python-versions = "*" -files = [] -develop = false - -[package.extras] -mako = ["mako"] -mustache = ["pystache"] -test = ["mako", "minimock", "nose", "pystache"] - -[package.source] -type = "git" -url = "https://github.com/nicfit/gitchangelog.git" -reference = "nicfit.py" -resolved_reference = "b86c6e90f48daf100cd701e0708973af3bb138e6" - [[package]] name = "idna" version = "3.6" @@ -1109,7 +1089,7 @@ poetry-core = "^1.0.0" [package.source] type = "git" url = "git@github.com:abersheeran/poetry2setup.git" -reference = "HEAD" +reference = "master" resolved_reference = "2f4a478030b0eaefc104dfa1017165a9165004fc" [[package]] @@ -1938,4 +1918,4 @@ yaml-plugin = ["ruamel.yaml"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ea16cc75def029782299a6dd15f7480d825877d345de5cc896a258d044da4254" +content-hash = "4a0dbb749b2b760b8b4da9e6769936360d563615d28990655cda85203c424abe" diff --git a/pyproject.toml b/pyproject.toml index 534e57a..9aafcfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ yaml-plugin = ["ruamel.yaml"] art-plugin = ["Pillow", "pylast", "requests"] [tool.poetry.group.dev.dependencies] -gitchangelog = {git = "https://github.com/nicfit/gitchangelog.git", rev = "nicfit.py"} +#gitchangelog = {git = "https://github.com/nicfit/gitchangelog.git", rev = "nicfit.py"} regarding = "^0.1.4" wheel = "^0.37.1" twine = "^4.0.1" @@ -90,7 +90,7 @@ sphinx-issues = "^3.0.1" cogapp = "^3.3.0" Paver = "^1.3.4" "nicfit.py" = {version = "0.8.7", extras = ["cookiecutter"]} -poetry2setup = {git = "git@github.com:abersheeran/poetry2setup.git"} +poetry2setup = {git = "git@github.com:abersheeran/poetry2setup.git", rev = "master"} [tool.coverage.html] directory = "build/tests/coverage" diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index a83742d..bc61048 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -15,7 +15,6 @@ cryptography==41.0.7 ; python_version >= "3.8" and python_version < "4.0" and sy deprecation==2.1.0 ; python_version >= "3.8" and python_version < "4.0" docutils==0.18.1 ; python_version >= "3.8" and python_version < "4.0" filetype==1.2.0 ; python_version >= "3.8" and python_version < "4.0" -gitchangelog @ git+https://github.com/nicfit/gitchangelog.git@nicfit.py ; python_version >= "3.8" and python_version < "4.0" idna==3.6 ; python_version >= "3.8" and python_version < "4.0" imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0" importlib-metadata==7.0.1 ; python_version >= "3.8" and python_version < "4.0" @@ -34,7 +33,7 @@ packaging==23.2 ; python_version >= "3.8" and python_version < "4.0" paver==1.3.4 ; python_version >= "3.8" and python_version < "4.0" pkginfo==1.9.6 ; python_version >= "3.8" and python_version < "4.0" poetry-core==1.8.1 ; python_version >= "3.8" and python_version < "4.0" -poetry2setup @ git+ssh://git@github.com/abersheeran/poetry2setup.git@HEAD ; python_version >= "3.8" and python_version < "4.0" +poetry2setup @ git+ssh://git@github.com/abersheeran/poetry2setup.git@master ; python_version >= "3.8" and python_version < "4.0" pycparser==2.21 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux" pygments==2.17.2 ; python_version >= "3.8" and python_version < "4.0" python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4.0"