Package Release Info

python-setuptools_scm-test-3.5.0-bp153.1.35

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

Change Logs

* Wed Mar 18 2020 pgajdos@suse.com
- version update to 3.5.0
  * add ``no-local-version`` local scheme and improve documentation for schemes
  * fix #403: also sort out resource warnings when dealing with git file finding
* Fri Jan 31 2020 Marketa Calabkova <mcalabkova@suse.com>
- update to 3.4.3
  * ensure the git file finder closes file descriptor after reading archive
  * correctly transfer tag regex in the Configuration constructor
  * correctly set up the default version scheme for pyproject usage.
  * add support for projects built under setuptools declarative config
  * ensure the git file finder closes filedescriptors even when errors happen
  * clean out env vars from the git hook system to ensure correct function from within
* Fri Nov 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update the add-rpmfail-pytest-markers.patch to not have
  pin on old pytest
* Thu Jul 18 2019 Tomá? Chvátal <tchvatal@suse.com>
- Pin pytest3 for now, pytest4 and 5 work fine in upstream git
  and will be solved with next release
* Tue May 14 2019 Marketa Calabkova <mcalabkova@suse.com>
- update to 3.3.3
  * adding the fallback_version option, which sets the version to
    be used when everything else fails.
  * use a specific fallback root when calling fallbacks.
  * fix python3.8 support and add builds for up to python3.8
* Fri Apr 12 2019 Dirk Mueller <dmueller@suse.com>
- fix add-rpmfail-pytest-markers.patch to build for older distros
* Tue Apr 02 2019 Matej Cepl <mcepl@suse.com>
- Original patch by John Vandenberg, modified:
  - Move pytest -k test exclusions into add-rpmfail-pytest-markers.patch
    to clarify the reason for those failures
  - Refine runtime Recommends from git to git-core
* Fri Mar 01 2019 Ond?ej Súkup <mimi.vx@gmail.com>
- Update to 3.2.0:
  * adding the option git_describe_command to allow the user to control the
    way that git describe is called.
* Thu Jan 24 2019 Mat?j Cepl <mcepl@suse.com>
- Remove BR for mercurial.
* Mon Sep 17 2018 Ond?ej Súkup <mimi.vx@gmail.com>
- remove tox.ini - it breaks tests with pytest-3.8.0
* Wed Aug 29 2018 tchvatal@suse.com
- Fix Leap 42.3 build by moving Name above lua code expansion
* Sat Aug 11 2018 arun@gmx.de
- update to version 3.1.0:
  * fix #297 - correct the invocation in version_from_scm and
    deprecate it as its exposed by accident
  * fix #298 - handle git file listing on empty repositories
  * fix #268 - deprecate ScmVersion.extra
* Wed Aug 08 2018 jengelh@inai.de
- Use noun phrase in summary.
* Tue Aug 07 2018 tchvatal@suse.com
- Fix the multibuild code
* Wed Aug 01 2018 tchvatal@suse.com
- Update to 3.0.6:
  * Solves issue with wrong version in egg-info
* Tue Jul 31 2018 tchvatal@suse.com
- Add multibuild to run tests in -test package
* Tue Jul 31 2018 tchvatal@suse.com
- Version update to 3.0.5:
  * fix readme
  * correct the deploy sections
* Tue Jul 24 2018 arun@gmx.de
- update to version 3.0.2:
  * fix a regression from tag parsing - support for multi-dashed
    prefixes - #284
- changes from version 3.0.1:
  * fix a regression in setuptools_scm.git.parse - reorder arguments
    so the positional invocation from before works as expected #281
- changes from version 3.0.0:
  * introduce pre-commit and use black
  * print the origin module to help testing
  * switch to src layout (breaking change)
  * no longer alias tag and parsed_version in order to support
    understanding a version parse failure
  * require parse results to be ScmVersion or None (breaking change)
  * fix #266 by requiring the prefix word to be a word again (breaking
    change as the bug allowed arbitrary prefixes while the original
    feature only allowed words")
  * introduce a internal config object to allow the configruation fo
    tag parsing and prefixes (thanks to @punkadiddle for introducing
    it and passing it trough)
* Tue May 15 2018 arun@gmx.de
- update to version 2.1.0:
  * enhance docs for sphinx usage
  * add symlink support to file finder for git #247 (thanks Stéphane
    Bidoul)
  * enhance tests handling win32 (thanks Stéphane Bidoul)
* Thu Apr 12 2018 arun@gmx.de
- update to version 2.0.0:
  * fix #237 - correct imports in code examples
  * improve mercurial commit detection (thanks Aaron)
  * breaking change: remove support for setuptools before parsed
    versions
  * reintroduce manifest as the travis deploy cant use the file finder
  * reconfigure flake8 for future compatibility with black
  * introduce support for branch name in version metadata and support
    a opt-in simplified semver version scheme