mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00
Drop python 3.6 and 3.7 from changelog requirements
This commit is contained in:
parent
55f2ce8bb7
commit
16eb2efa10
7 changed files with 4 additions and 89 deletions
|
@ -909,30 +909,6 @@ repos:
|
|||
# <---- Lint CI Requirements ---------------------------------------------------------------------------------------
|
||||
|
||||
# ----- Changelog ------------------------------------------------------------------------------------------------->
|
||||
- id: pip-tools-compile
|
||||
alias: compile-ci-changelog-3.6-requirements
|
||||
name: Changelog CI Py3.6 Requirements
|
||||
files: ^requirements/static/ci/(changelog\.in|py3\.6/(changelog|linux)\.txt)$
|
||||
pass_filenames: false
|
||||
args:
|
||||
- -v
|
||||
- --py-version=3.6
|
||||
- --platform=linux
|
||||
- --pip-args=--constraint=requirements/static/ci/py{py_version}/linux.txt
|
||||
- requirements/static/ci/changelog.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
alias: compile-ci-changelog-3.7-requirements
|
||||
name: Changelog CI Py3.7 Requirements
|
||||
files: ^requirements/static/ci/(changelog\.in|py3\.7/(changelog|linux)\.txt)$
|
||||
pass_filenames: false
|
||||
args:
|
||||
- -v
|
||||
- --py-version=3.7
|
||||
- --platform=linux
|
||||
- --pip-args=--constraint=requirements/static/ci/py{py_version}/linux.txt
|
||||
- requirements/static/ci/changelog.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
alias: compile-ci-changelog-3.8-requirements
|
||||
name: Changelog CI Py3.8 Requirements
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
towncrier==21.9.0; python_version <= '3.6'
|
||||
towncrier==22.12.0; python_version > '3.6'
|
||||
towncrier==22.12.0
|
||||
looseversion
|
||||
packaging
|
||||
|
|
|
@ -22,7 +22,7 @@ packaging==23.0
|
|||
# via -r requirements/static/ci/changelog.in
|
||||
tomli==2.0.1
|
||||
# via towncrier
|
||||
towncrier==22.12.0 ; python_version > "3.6"
|
||||
towncrier==22.12.0
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile --output-file=requirements/static/ci/py3.6/changelog.txt --pip-args='--constraint=requirements/static/ci/py3.6/linux.txt' requirements/static/ci/changelog.in
|
||||
#
|
||||
click-default-group==1.2.2
|
||||
# via towncrier
|
||||
click==7.1.1
|
||||
# via
|
||||
# click-default-group
|
||||
# towncrier
|
||||
incremental==17.5.0
|
||||
# via towncrier
|
||||
jinja2==3.0.3
|
||||
# via towncrier
|
||||
looseversion==1.0.3
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
markupsafe==2.0.1
|
||||
# via jinja2
|
||||
packaging==21.3
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
pyparsing==3.0.9
|
||||
# via packaging
|
||||
tomli==1.2.3
|
||||
# via towncrier
|
||||
towncrier==21.9.0 ; python_version <= "3.6"
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
|
@ -1,29 +0,0 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile --output-file=requirements/static/ci/py3.7/changelog.txt --pip-args='--constraint=requirements/static/ci/py3.7/linux.txt' requirements/static/ci/changelog.in
|
||||
#
|
||||
click-default-group==1.2.2
|
||||
# via towncrier
|
||||
click==7.1.1
|
||||
# via
|
||||
# click-default-group
|
||||
# towncrier
|
||||
incremental==17.5.0
|
||||
# via towncrier
|
||||
jinja2==3.1.2
|
||||
# via towncrier
|
||||
looseversion==1.0.3
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
markupsafe==2.0.1
|
||||
# via jinja2
|
||||
packaging==23.0
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
tomli==2.0.1
|
||||
# via towncrier
|
||||
towncrier==22.12.0 ; python_version > "3.6"
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
|
@ -22,7 +22,7 @@ packaging==23.0
|
|||
# via -r requirements/static/ci/changelog.in
|
||||
tomli==2.0.1
|
||||
# via towncrier
|
||||
towncrier==22.12.0 ; python_version > "3.6"
|
||||
towncrier==22.12.0
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
|
@ -22,7 +22,7 @@ packaging==23.0
|
|||
# via -r requirements/static/ci/changelog.in
|
||||
tomli==2.0.1
|
||||
# via towncrier
|
||||
towncrier==22.12.0 ; python_version > "3.6"
|
||||
towncrier==22.12.0
|
||||
# via -r requirements/static/ci/changelog.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
Loading…
Add table
Reference in a new issue