-
Looks like autoapi` documentation needs to be updated for `sphinx` 6.x.
```console
+ /usr/bin/sphinx-build -n -T -b man doc build/sphinx/man
Running Sphinx v6.1.3
making output directory... done
…
-
This is inside a openSUSE build service environment for building the rpm package:
```
abuild@skylab:~> cd rpmbuild/BUILD/zoneinfo-0.2.1/
abuild@skylab:~/rpmbuild/BUILD/zoneinfo-0.2.1> export PYTH…
-
Looks like something is wrong with latest whey 0.0.23.
After upgarde to that version I'm not able now build `sphinx-toolbox` 3.0.0
```console
+ /usr/bin/python3 -sBm build -w --no-isolation
* Gett…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
Looks like with new version pytest is failing in new unit.
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-dulwich-0.20.44-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/…
-
rpmbuild currently allows us to:
```
%if something
...
%elif something-else
...
%else
...
%endif
```
For parity between each, debbuild should add an `%elif` operator or similar. Currentl…
recck updated
3 years ago
-
I've observed that directories that contain no files are silently dropped in debbuild, whereas rpmbuild will not do this.
For example in a spec:
```rpm-spec
%files
%{_libexecdir}/foo/
```
If…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
```
What steps will reproduce the problem?
1. I package a memcached.rpm on CentOS 6.3;
2. The default option of gcc is warnings being treated as errors;
3. Then an error happened.
What is the expecte…
-
```
What steps will reproduce the problem?
1. I package a memcached.rpm on CentOS 6.3;
2. The default option of gcc is warnings being treated as errors;
3. Then an error happened.
What is the expecte…