slackware-current/source/l/python-setuptools_scm/slack-desc
Patrick J Volkerding f26dc376f7 Sat Nov 20 07:12:58 UTC 2021
d/python3-3.9.9-x86_64-1.txz:  Upgraded.
  This is a bugfix release, fixing four bugs in Python 3.9.8 (including an
  argparse regression in Python 3.9.8 which caused complex command-line tools
  to fail recognizing sub-commands properly). It also makes a couple of
  corrections to the documentation.
  For more information, see:
    https://docs.python.org/release/3.9.9/whatsnew/changelog.html
l/libjpeg-turbo-2.1.2-x86_64-1.txz:  Upgraded.
l/python-setuptools_scm-6.3.2-x86_64-1.txz:  Added.
  This is needed when building some Python modules to correctly parse their
  metadata, as recently discovered with importlib_metadata and zipp. While
  we'll stick to the version of Markdown that we've got, it seems like a good
  idea to get this in before the release to help prevent people from running
  into similar "version 0.0.0" issues with other Python modules.
  Thanks to USUARIONUEVO.
l/python-tomli-1.2.2-x86_64-1.txz:  Added.
  This is needed by setuptools_scm. Also, the SlackBuild contains a nice
  example of using a setup.py shim to setuptools for a Python module that
  only contains pyproject.toml and not setup.py.
  Thanks to Heinz Wiesinger.
l/qtkeychain-0.13.2-x86_64-1.txz:  Upgraded.
n/libmbim-1.26.2-x86_64-1.txz:  Upgraded.
n/libnftnl-1.2.1-x86_64-1.txz:  Upgraded.
n/nftables-1.0.1-x86_64-1.txz:  Upgraded.
xap/mozilla-thunderbird-91.3.2-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/91.3.2/releasenotes/
extra/php8/php8-8.0.13-x86_64-1.txz:  Upgraded.
  This update fixes bugs and a security issue:
  XML: special character is breaking the path in xml function.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21707
  (* Security fix *)
2021-11-20 17:59:38 +01:00

19 lines
1.1 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
python-setuptools_scm: python-setuptools_scm (manages versions in SCM metadata)
python-setuptools_scm:
python-setuptools_scm: setuptools_scm handles managing your Python package versions in SCM
python-setuptools_scm: metadata instead of declaring them as the version argument or in a SCM
python-setuptools_scm: managed file. It also provides setuptools with a list of files that
python-setuptools_scm: are managed by the SCM. Git and mercurial are supported out of the
python-setuptools_scm: box.
python-setuptools_scm:
python-setuptools_scm: Homepage: https://github.com/pypa/setuptools_scm/
python-setuptools_scm:
python-setuptools_scm: