-
While updating the openSUSE rpm package to the new 3.0.0 version I'm seeing an error that occur during the %check part of the building
```
[ 22s] + mv _build.python39 build
[ 22s] + echo pyth…
-
Looks like some bits in pyproject.toml are still missing and create some termopary directory before start build trashes pep517 build.
```console
+ /usr/bin/python3 -sBm build -w --no-isolation
* Ge…
-
```
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.1…
-
Disclaimer: this is an exploratory issue, I'm still not totally convinced this is the proper way of working, so far this is more a dump of which issue I have and what I've found which could help.
#…
-
My extensions for PEP517/518 builds are a bit arcane. They can be made more normative through better-documented setuptools extension mechanisms, I think. Instead of our current `setup.py` and `_custom…
-
Currently, we've packaged all the contributions together with Espresso core and released all of them together as `geo-espresso`.
It would be ideal if we utilise a plugin architecture (where all Esp…
jwhhh updated
3 months ago
-
`versioningit` currently can't be used on any new project that hasn't had a release yet:
```python-traceback
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File…
-
## Checklist
- [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2021.12.17**
- [x] I've searched the bugtracker for similar feature requests…
-
**Proposal:** Split this repository into two repositories, one for just the `dandisets-healthstatus` code and one for all files specific to applying the code to the production DANDI Archive instance.
…
-
Currently, other than explicitly passing a project's version to towncrier (config file or command line), the only _implicit_ way it can determine that version is via the common practice of having a `_…