forked from pool/python311
- 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:
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>
|
Mon May 9 15:09:03 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -604,10 +604,10 @@ rm %{buildroot}%{sitedir}/*.*
|
|||||||
|
|
||||||
for module in \
|
for module in \
|
||||||
asyncio ctypes collections concurrent distutils email encodings \
|
asyncio ctypes collections concurrent distutils email encodings \
|
||||||
ensurepip html http \
|
ensurepip html http re \
|
||||||
importlib json logging multiprocessing pydoc_data unittest \
|
importlib json logging multiprocessing pydoc_data unittest \
|
||||||
urllib venv wsgiref lib2to3 test turtledemo \
|
urllib venv wsgiref lib2to3 test tomlib turtledemo \
|
||||||
xml xmlrpc zoneinfo
|
xml xmlrpc zoneinfo __phello__
|
||||||
do
|
do
|
||||||
rm -r %{buildroot}%{sitedir}/$module
|
rm -r %{buildroot}%{sitedir}/$module
|
||||||
done
|
done
|
||||||
@@ -620,7 +620,7 @@ for library in \
|
|||||||
_posixsubprocess _queue _random resource select _ssl _socket spwd \
|
_posixsubprocess _queue _random resource select _ssl _socket spwd \
|
||||||
_statistics _struct syslog termios _testbuffer _testimportmultiple \
|
_statistics _struct syslog termios _testbuffer _testimportmultiple \
|
||||||
_testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \
|
_testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \
|
||||||
xxlimited xxlimited_35 \
|
_typing xxlimited xxlimited_35 \
|
||||||
_xxtestfuzz _xxsubinterpreters _elementtree pyexpat _md5 _sha1 \
|
_xxtestfuzz _xxsubinterpreters _elementtree pyexpat _md5 _sha1 \
|
||||||
_sha256 _sha512 _blake2 _sha3 _uuid _zoneinfo
|
_sha256 _sha512 _blake2 _sha3 _uuid _zoneinfo
|
||||||
do
|
do
|
||||||
@@ -982,6 +982,8 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo
|
|||||||
%{sitedir}/logging
|
%{sitedir}/logging
|
||||||
%{sitedir}/multiprocessing
|
%{sitedir}/multiprocessing
|
||||||
%{sitedir}/pydoc_data
|
%{sitedir}/pydoc_data
|
||||||
|
%{sitedir}/re
|
||||||
|
%{sitedir}/tomllib
|
||||||
%{sitedir}/unittest
|
%{sitedir}/unittest
|
||||||
%{sitedir}/urllib
|
%{sitedir}/urllib
|
||||||
%{sitedir}/venv
|
%{sitedir}/venv
|
||||||
@@ -989,6 +991,7 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo
|
|||||||
%{sitedir}/xml
|
%{sitedir}/xml
|
||||||
%{sitedir}/xmlrpc
|
%{sitedir}/xmlrpc
|
||||||
%{sitedir}/zoneinfo
|
%{sitedir}/zoneinfo
|
||||||
|
%{sitedir}/__phello__
|
||||||
%{sitedir}/__pycache__
|
%{sitedir}/__pycache__
|
||||||
# import-failed hooks
|
# import-failed hooks
|
||||||
%{sitedir}/_import_failed
|
%{sitedir}/_import_failed
|
||||||
|
|||||||
Reference in New Issue
Block a user