-
I'm trying to use `bump2version` with `setuptools_scm` in simple configuration:
* `setuptools_scm` is enabled in `pyproject.toml` (without any `write_to` option)
* `bump2version` with `tag = True` o…
-
```
update: a completely fresh install of anaconda3 does not solve this problem...
conda build stops at indexing, increasing timeout does not help.
bjorn@bjorn-ThinkPad-T450s:~/python_packages/pydn…
-
While installing `nylas`, I realized it also pulled the following:
```toml
bumpversion = ">=0.5.0"
six = ">=1.4.1"
urlobject = "*"
```
And indeed it's in the `setup.py`'s `install_requires`:…
-
In GitLab by @krille-chan on Jul 20, 2021, 16:06
_Merges krille/bumpversion -> main_
### Description
### Checklist
* [ ] I read the [Contributor Guide] and followed the process outlined there for …
-
https://github.com/jupyterlab/language-packs/commit/b00754d1b5723e2392428ce6beead796b44ece2d#diff-4abbeaee3c866feba965476cd9376720b69adad37685b7cefdc9eaf4e7e9dae7R1-R15 on prepare release action added…
-
### Description
Setuptools is a convenience wrapper that enables project customization for package distributions. As such, it opens every available customization point and requires maintainers to s…
-
## Problem Definition
At the moment with a bumpversion package-lock.json gets all matching versions of packages updated even if it's not rotkehlchen. That's naturaly bad.
We need to fix this wit…
-
Hi @rolyp ,
I noticed that ptype gives an error when installed via pip:
from ptype.Ptype import Ptype
Traceback (most recent call last):
File "", line 1, in
File "/Users/tceritli/anacond…
-
I put [bumpversion] with other tools config in the same setup.cfg file:
```
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
[bumpversion:file:pyproject.toml]
search = version =…
-
The [PEP517 Build Requirements](https://www.python.org/dev/peps/pep-0517/#build-requirements) specifically disallow dependency cycles:
> - **Project build requirements will define a directed graph …