- Refresh bluez-devel-vendor.tar.xz
- Fix files and handling of new modules. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=7
This commit is contained in:
parent
5e1455c810
commit
1c968d4121
BIN
bluez-devel-vendor.tar.xz
(Stored with Git LFS)
BIN
bluez-devel-vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 15:01:18 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Refresh bluez-devel-vendor.tar.xz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 9 15:09:03 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -604,10 +604,10 @@ rm %{buildroot}%{sitedir}/*.*
|
||||
|
||||
for module in \
|
||||
asyncio ctypes collections concurrent distutils email encodings \
|
||||
ensurepip html http \
|
||||
ensurepip html http re \
|
||||
importlib json logging multiprocessing pydoc_data unittest \
|
||||
urllib venv wsgiref lib2to3 test turtledemo \
|
||||
xml xmlrpc zoneinfo
|
||||
urllib venv wsgiref lib2to3 test tomlib turtledemo \
|
||||
xml xmlrpc zoneinfo __phello__
|
||||
do
|
||||
rm -r %{buildroot}%{sitedir}/$module
|
||||
done
|
||||
@ -620,7 +620,7 @@ for library in \
|
||||
_posixsubprocess _queue _random resource select _ssl _socket spwd \
|
||||
_statistics _struct syslog termios _testbuffer _testimportmultiple \
|
||||
_testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \
|
||||
xxlimited xxlimited_35 \
|
||||
_typing xxlimited xxlimited_35 \
|
||||
_xxtestfuzz _xxsubinterpreters _elementtree pyexpat _md5 _sha1 \
|
||||
_sha256 _sha512 _blake2 _sha3 _uuid _zoneinfo
|
||||
do
|
||||
@ -982,6 +982,8 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo
|
||||
%{sitedir}/logging
|
||||
%{sitedir}/multiprocessing
|
||||
%{sitedir}/pydoc_data
|
||||
%{sitedir}/re
|
||||
%{sitedir}/tomllib
|
||||
%{sitedir}/unittest
|
||||
%{sitedir}/urllib
|
||||
%{sitedir}/venv
|
||||
@ -989,6 +991,7 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo
|
||||
%{sitedir}/xml
|
||||
%{sitedir}/xmlrpc
|
||||
%{sitedir}/zoneinfo
|
||||
%{sitedir}/__phello__
|
||||
%{sitedir}/__pycache__
|
||||
# import-failed hooks
|
||||
%{sitedir}/_import_failed
|
||||
|
Loading…
Reference in New Issue
Block a user