Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.12.12: tests/ content is installed #299

Closed
kloczek opened this issue May 16, 2023 · 1 comment
Closed

0.12.12: tests/ content is installed #299

kloczek opened this issue May 16, 2023 · 1 comment

Comments

@kloczek
Copy link

kloczek commented May 16, 2023

+ /usr/bin/python3 -sBm build -w --no-isolation
* Getting build dependencies for wheel...
running egg_info
creating CacheControl.egg-info
writing CacheControl.egg-info/PKG-INFO
writing dependency_links to CacheControl.egg-info/dependency_links.txt
writing entry points to CacheControl.egg-info/entry_points.txt
writing requirements to CacheControl.egg-info/requires.txt
writing top-level names to CacheControl.egg-info/top_level.txt
writing manifest file 'CacheControl.egg-info/SOURCES.txt'
reading manifest file 'CacheControl.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'CacheControl.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/cachecontrol
copying cachecontrol/__init__.py -> build/lib/cachecontrol
copying cachecontrol/_cmd.py -> build/lib/cachecontrol
copying cachecontrol/adapter.py -> build/lib/cachecontrol
copying cachecontrol/cache.py -> build/lib/cachecontrol
copying cachecontrol/compat.py -> build/lib/cachecontrol
copying cachecontrol/controller.py -> build/lib/cachecontrol
copying cachecontrol/filewrapper.py -> build/lib/cachecontrol
copying cachecontrol/heuristics.py -> build/lib/cachecontrol
copying cachecontrol/serialize.py -> build/lib/cachecontrol
copying cachecontrol/wrapper.py -> build/lib/cachecontrol
creating build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/conftest.py -> build/lib/tests
copying tests/issue_263.py -> build/lib/tests
copying tests/test_adapter.py -> build/lib/tests
copying tests/test_cache_control.py -> build/lib/tests
copying tests/test_chunked_response.py -> build/lib/tests
copying tests/test_etag.py -> build/lib/tests
copying tests/test_expires_heuristics.py -> build/lib/tests
copying tests/test_max_age.py -> build/lib/tests
copying tests/test_redirects.py -> build/lib/tests
copying tests/test_regressions.py -> build/lib/tests
copying tests/test_serialization.py -> build/lib/tests
copying tests/test_server_http_version.py -> build/lib/tests
copying tests/test_storage_filecache.py -> build/lib/tests
copying tests/test_storage_redis.py -> build/lib/tests
copying tests/test_vary.py -> build/lib/tests
copying tests/utils.py -> build/lib/tests
creating build/lib/cachecontrol/caches
copying cachecontrol/caches/__init__.py -> build/lib/cachecontrol/caches
copying cachecontrol/caches/file_cache.py -> build/lib/cachecontrol/caches
copying cachecontrol/caches/redis_cache.py -> build/lib/cachecontrol/caches
running egg_info
writing CacheControl.egg-info/PKG-INFO
writing dependency_links to CacheControl.egg-info/dependency_links.txt
writing entry points to CacheControl.egg-info/entry_points.txt
writing requirements to CacheControl.egg-info/requires.txt
writing top-level names to CacheControl.egg-info/top_level.txt
reading manifest file 'CacheControl.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'CacheControl.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/__init__.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/_cmd.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/adapter.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/cache.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/compat.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/controller.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/filewrapper.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/heuristics.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/serialize.py -> build/bdist.linux-x86_64/wheel/cachecontrol
copying build/lib/cachecontrol/wrapper.py -> build/bdist.linux-x86_64/wheel/cachecontrol
creating build/bdist.linux-x86_64/wheel/cachecontrol/caches
copying build/lib/cachecontrol/caches/__init__.py -> build/bdist.linux-x86_64/wheel/cachecontrol/caches
copying build/lib/cachecontrol/caches/file_cache.py -> build/bdist.linux-x86_64/wheel/cachecontrol/caches
copying build/lib/cachecontrol/caches/redis_cache.py -> build/bdist.linux-x86_64/wheel/cachecontrol/caches
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tests                           <<<<=== from here
copying build/lib/tests/conftest.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/issue_263.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_adapter.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_cache_control.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_chunked_response.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_etag.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_expires_heuristics.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_max_age.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_redirects.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_regressions.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_serialization.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_server_http_version.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_storage_filecache.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_storage_redis.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_vary.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/utils.py -> build/bdist.linux-x86_64/wheel/tests
running install_egg_info
Copying CacheControl.egg-info to build/bdist.linux-x86_64/wheel/CacheControl-0.12.12-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/CacheControl-0.12.12.dist-info/WHEEL
creating '/home/tkloczko/rpmbuild/BUILD/cachecontrol-0.12.12/dist/.tmp-ckzzxw6b/CacheControl-0.12.12-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'cachecontrol/__init__.py'
adding 'cachecontrol/_cmd.py'
adding 'cachecontrol/adapter.py'
adding 'cachecontrol/cache.py'
adding 'cachecontrol/compat.py'
adding 'cachecontrol/controller.py'
adding 'cachecontrol/filewrapper.py'
adding 'cachecontrol/heuristics.py'
adding 'cachecontrol/serialize.py'
adding 'cachecontrol/wrapper.py'
adding 'cachecontrol/caches/__init__.py'
adding 'cachecontrol/caches/file_cache.py'
adding 'cachecontrol/caches/redis_cache.py'
adding 'tests/__init__.py'
adding 'tests/conftest.py'
adding 'tests/issue_263.py'
adding 'tests/test_adapter.py'
adding 'tests/test_cache_control.py'
adding 'tests/test_chunked_response.py'
adding 'tests/test_etag.py'
adding 'tests/test_expires_heuristics.py'
adding 'tests/test_max_age.py'
adding 'tests/test_redirects.py'
adding 'tests/test_regressions.py'
adding 'tests/test_serialization.py'
adding 'tests/test_server_http_version.py'
adding 'tests/test_storage_filecache.py'
adding 'tests/test_storage_redis.py'
adding 'tests/test_vary.py'
adding 'tests/utils.py'
adding 'CacheControl-0.12.12.dist-info/LICENSE.txt'
adding 'CacheControl-0.12.12.dist-info/METADATA'
adding 'CacheControl-0.12.12.dist-info/WHEEL'
adding 'CacheControl-0.12.12.dist-info/entry_points.txt'
adding 'CacheControl-0.12.12.dist-info/top_level.txt'
adding 'CacheControl-0.12.12.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built CacheControl-0.12.12-py2.py3-none-any.whl
@dimbleby
Copy link
Contributor

seems duplicate #282, #287. (I have no idea when or whether merge requests against this repository might see a release)

Also 0.12.12 was yanked so probably isn't the version that you want anyway.

@kloczek kloczek changed the title 0.12.12: tests/ contebt is installed 0.12.12: tests/ content is installed May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants