GitHub / python-versioneer/python-versioneer issues and pull requests
#406 - Add async chat options to README
Issue -
State: open - Opened by Callek 6 months ago
Labels: Documentation
#405 - Mypy Setuptools fix
Pull Request -
State: closed - Opened by Callek 6 months ago
#404 - Fix used-before-assignment bug
Pull Request -
State: closed - Opened by Callek 6 months ago
#403 - Fix used-before-assignment bug in `_version.py`
Pull Request -
State: closed - Opened by dougiesquire 6 months ago
- 1 comment
#402 - feat: hatchling backend
Pull Request -
State: closed - Opened by kiyoon 7 months ago
#401 - Support for hatchling and pdm (implement hook API)
Issue -
State: open - Opened by kiyoon 7 months ago
- 8 comments
Labels: build tools
#400 - Drop support for 3.8 and add declare for 3.13
Pull Request -
State: closed - Opened by yarikoptic 8 months ago
- 1 comment
#399 - testing fails with recent `wheel`
Issue -
State: closed - Opened by mtelka 9 months ago
- 1 comment
#398 - `flake8-docstrings` is dying
Issue -
State: open - Opened by mtelka 9 months ago
#397 - Bump the actions-infrastructure group with 2 updates
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies
#396 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 3 comments
Labels: dependencies
#395 - Further fix tests by using setuptools copy of 'bdist_wheel' functions, if available
Pull Request -
State: closed - Opened by Callek 11 months ago
- 3 comments
#394 - Use gztar for sbuild, fixes #393
Pull Request -
State: closed - Opened by sudhackar 11 months ago
- 2 comments
#393 - Tests failing with pip 24.0
Issue -
State: closed - Opened by sudhackar 11 months ago
- 3 comments
#392 - EXPERIMENTAL non-vendored mode creates local versions
Issue -
State: closed - Opened by yafshar over 1 year ago
#391 - Unnecessary type ignore comments in versioneer.py cmdclass
Issue -
State: closed - Opened by djhoese over 1 year ago
- 2 comments
#390 - `_version.py` uses variable 'dispcmd' before assignment
Issue -
State: open - Opened by dougiesquire over 1 year ago
- 1 comment
#389 - Do fail the run if no tomli and there is tool.versioneer section in the pyproject.toml
Pull Request -
State: closed - Opened by yarikoptic over 1 year ago
#388 - Print warnings/informative messages to stderr not stdout to avoid interferring with setuptools etc
Pull Request -
State: closed - Opened by yarikoptic over 1 year ago
- 2 comments
#387 - Support for the Meson-python build backend
Issue -
State: open - Opened by MarkWieczorek over 1 year ago
- 5 comments
Labels: build tools
#386 - Fix cx_Freeze >= 6.11
Pull Request -
State: closed - Opened by Callek over 1 year ago
- 2 comments
#385 - Announce support end of python 3.7 and add pypy 3.10
Pull Request -
State: closed - Opened by Callek over 1 year ago
#384 - Bump actions/download-artifact from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#383 - Bump actions/upload-artifact from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#382 - Bump actions/setup-python from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#381 - Question: is setup.py required when I have pyproject.toml?
Issue -
State: closed - Opened by WindSoilder over 1 year ago
- 1 comment
#380 - How to prioritize release tags over rc releases
Issue -
State: open - Opened by gtristan almost 2 years ago
- 1 comment
#379 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#378 - CI: End testing on the end-of-life Python 3.7
Pull Request -
State: closed - Opened by effigies almost 2 years ago
- 3 comments
#377 - CI broken due to downgraded flake8
Issue -
State: closed - Opened by Callek almost 2 years ago
#376 - Add support for python 3.12
Pull Request -
State: closed - Opened by Callek almost 2 years ago
- 2 comments
#375 - Doesn't work with Python 3.12
Issue -
State: closed - Opened by mbridon almost 2 years ago
- 8 comments
#374 - Feature request: tag suffix
Issue -
State: open - Opened by niklassiemer about 2 years ago
#373 - Release 0.29
Pull Request -
State: closed - Opened by Callek about 2 years ago
#372 - Release new version of versioneer
Issue -
State: closed - Opened by Callek about 2 years ago
- 5 comments
#371 - Detect pyproject.toml as project root
Pull Request -
State: closed - Opened by gamecss about 2 years ago
- 2 comments
#370 - Need dynamic=["version"] in pyproject.toml
Issue -
State: open - Opened by relativistic about 2 years ago
- 4 comments
#369 - "versioneer install" doesn't work as anticipated
Issue -
State: closed - Opened by MarkWieczorek about 2 years ago
- 2 comments
#368 - default setting for style of version strings in setup.cfg is not compatible with PyPi
Issue -
State: open - Opened by AaronReer about 2 years ago
- 2 comments
#367 - Add type checking to entire versioneer project (excluding tests)
Pull Request -
State: closed - Opened by Callek over 2 years ago
- 2 comments
#366 - py2exe.distutils_buildexe is deprecated
Issue -
State: open - Opened by Callek over 2 years ago
- 3 comments
Labels: tool: py2exe
#365 - Add Type Annotations for `git_version.py`
Pull Request -
State: closed - Opened by Callek over 2 years ago
- 2 comments
#364 - Feature request: add ability to ignore tags matching certain patterns
Issue -
State: open - Opened by slaclau over 2 years ago
Labels: wishlist
#363 - Versioneer returns most recent tag based on creatordate, which is not the most recent commit
Issue -
State: open - Opened by bgmeulem over 2 years ago
#362 - Versioneer does not detect git tag version
Issue -
State: closed - Opened by wxguy over 2 years ago
- 2 comments
#361 - FIX: add message info when loading toml failed
Pull Request -
State: closed - Opened by GCS-ZHN over 2 years ago
- 1 comment
#360 - FIX: add name to setup.py to resolve GitHub dependency graph bug
Pull Request -
State: closed - Opened by mwtoews over 2 years ago
#359 - MNT: Remove CJM as maintainer
Pull Request -
State: closed - Opened by effigies over 2 years ago
#358 - 0.28: test suite is failing in several units
Issue -
State: closed - Opened by kloczek over 2 years ago
- 5 comments
#357 - Issue with Mac's Homebrew python, and issue when not using __legacy__ build meta
Issue -
State: closed - Opened by kiyoon over 2 years ago
- 3 comments
#356 - http:// → https://
Pull Request -
State: closed - Opened by DimitriPapadopoulos over 2 years ago
#355 - CI: Python 3.11 has been released, discard 3.11.0-rc
Pull Request -
State: closed - Opened by DimitriPapadopoulos over 2 years ago
#354 - MNT: Remove pylint hint
Pull Request -
State: open - Opened by DimitriPapadopoulos over 2 years ago
- 1 comment
#353 - MNT: Overwrite file instead of deleting/writing it
Pull Request -
State: closed - Opened by DimitriPapadopoulos over 2 years ago
- 1 comment
#352 - Apply pyupgrade and refurb suggestions
Pull Request -
State: open - Opened by DimitriPapadopoulos over 2 years ago
- 1 comment
#351 - not under git control unable to compute version
Issue -
State: closed - Opened by Honst211 over 2 years ago
- 2 comments
Labels: more-info-needed
#350 - CVE-2007-4559 Patch
Pull Request -
State: closed - Opened by TrellixVulnTeam over 2 years ago
- 1 comment
#349 - FIX: cx_freeze changed the path to build_exe
Pull Request -
State: closed - Opened by spaam over 2 years ago
- 1 comment
#348 - ENH: support built-in tomllib for Python 3.11+
Pull Request -
State: closed - Opened by mgorny almost 3 years ago
- 3 comments
#347 - FIX: handle unset versionfile_build in build_ext
Pull Request -
State: closed - Opened by mgorny almost 3 years ago
- 1 comment
#346 - setup.py build_ext: TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
Issue -
State: closed - Opened by mgorny almost 3 years ago
- 2 comments
#345 - Inclusion of $Format:%(describe) method to get correct information for release tarballs
Issue -
State: open - Opened by prasad-sawantdesai almost 3 years ago
- 1 comment
#344 - FIX: Always bootstrap in setup.py to avoid incompatibility with old versioneer
Pull Request -
State: closed - Opened by mgorny almost 3 years ago
- 2 comments
#343 - `setup.py` from git fails if `versioneer<=0.23` is installed
Issue -
State: closed - Opened by mgorny almost 3 years ago
- 7 comments
#342 - FIX: mixup between _egg_info and _sdist
Pull Request -
State: closed - Opened by DimitriPapadopoulos almost 3 years ago
- 6 comments
#341 - CI: Automatically update GitHub Actions in the future
Pull Request -
State: closed - Opened by DimitriPapadopoulos almost 3 years ago
#340 - CI: python-version should be a string, not a float
Pull Request -
State: closed - Opened by DimitriPapadopoulos almost 3 years ago
- 3 comments
#339 - Tags not recognised
Issue -
State: closed - Opened by ns-rse almost 3 years ago
- 2 comments
#338 - Pip install complains of missing setup.cfg in a project based on pyproject.toml and setup.py
Issue -
State: closed - Opened by nabriis almost 3 years ago
- 7 comments
#337 - Merge `endswith` checks
Pull Request -
State: closed - Opened by DimitriPapadopoulos almost 3 years ago
- 1 comment
#336 - Useless inheritance from object
Pull Request -
State: closed - Opened by DimitriPapadopoulos almost 3 years ago
#335 - ENH: Trust the package-installed versionfile
Pull Request -
State: closed - Opened by effigies almost 3 years ago
- 1 comment
#334 - FIX: Remove versioneer from build-system.requires
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#333 - Versioneer >=0.25 fails to install because it depends on itself
Issue -
State: closed - Opened by TimoRoth almost 3 years ago
- 6 comments
#332 - There are some format mistakes in README.md
Issue -
State: closed - Opened by 27rabbit-penguin almost 3 years ago
- 1 comment
#331 - subprocess-exited-with-error
Issue -
State: closed - Opened by ns-rse almost 3 years ago
- 2 comments
#330 - Support configuration in pyproject.toml
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#329 - CI: Explicitly test sdist
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#328 - CI: Build package and push to PyPI on tag
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#327 - STY: Appease flake8
Pull Request -
State: closed - Opened by simaoafonso-pwt almost 3 years ago
#326 - FIX: Include pyproject.toml in MANIFEST.in
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#325 - Versioneer keeps returning 0+untagged
Issue -
State: closed - Opened by orkenstein almost 3 years ago
- 9 comments
#324 - test/demoapp-pyproject/pyproject.toml missing in sdist tarball
Issue -
State: closed - Opened by mgorny almost 3 years ago
#323 - MNT: Version versioneer with versioneer
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#322 - ERROR HTTPError: 400 Bad Request when building PyPi package using versioneer
Issue -
State: closed - Opened by fanik041 almost 3 years ago
- 16 comments
#321 - clarify upgrading to 0.23 doesn't require special actions
Pull Request -
State: closed - Opened by sappelhoff almost 3 years ago
#320 - Update versioneer-518
Issue -
State: closed - Opened by gentlegiantJGC almost 3 years ago
- 2 comments
#319 - ENH: Prepare for py2exe dropping distutils support
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#318 - ENH: in verbose mode do not hide stderr of git rev-parse
Pull Request -
State: closed - Opened by yarikoptic almost 3 years ago
- 3 comments
#317 - MNT: Relicense to Unlicense
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#316 - ISSUE-265:- make default branch configurable
Pull Request -
State: open - Opened by abhishekvalsan-joveo almost 3 years ago
- 3 comments
#315 - Replace CC0 or add additional public domain-like license option
Issue -
State: closed - Opened by richardfontana almost 3 years ago
- 3 comments
#314 - Versioneer breaks on the latest version of setuptools when doing an editable install
Issue -
State: closed - Opened by Lyle-Alloy almost 3 years ago
- 2 comments
#313 - Adequate custom `build_py` command to changes in setuptools v64
Pull Request -
State: closed - Opened by abravalheri almost 3 years ago
- 2 comments
#312 - Appease flake8
Pull Request -
State: closed - Opened by simaoafonso-pwt almost 3 years ago
- 1 comment
#311 - CI: Update gh-actions PLATFORM variable to avoid double-testing
Pull Request -
State: closed - Opened by effigies almost 3 years ago
#310 - pass stderr in verbose mode from running git commands?
Issue -
State: closed - Opened by yarikoptic almost 3 years ago
- 5 comments
#309 - ENH: Patch versioneer files into manifest at runtime
Pull Request -
State: closed - Opened by effigies about 3 years ago
- 1 comment
#308 - FIX: Handle missing tag_prefix gracefully
Pull Request -
State: closed - Opened by effigies about 3 years ago
- 1 comment
#307 - MNT: Disable editable installs of versioneer (they will not work)
Pull Request -
State: closed - Opened by effigies about 3 years ago