14
0

I would like to submit "new" package to d:l:p and further to Factory/TW.

We need it for nfs testing by pynfs (not in distro yet). xdrlib was part of
standard python, but it is not in 3.13 anymore. Pynfs developers recommends 
pin installation of xdrlib3 or for Debian  python3-standard-xdrlib. I decided to
avoid using pip during test run time and I created new package from python
dead libs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-standard-xdrlib?expand=0&rev=1
This commit is contained in:
2025-04-10 13:42:31 +00:00
committed by Git OBS Bridge
commit 08badf568b
5 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Apr 9 06:22:26 UTC 2025 - Petr Cervinka <pcervinka@suse.com>
- Initial version