File python-pytest-socket.changes of Package python-pytest-socket
-------------------------------------------------------------------
Fri Sep 20 05:50:02 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.7.0:
* Enhancements:
+ Force enable socket CLI flag #186
+ Use getaddrinfo() instead of gethostbyname() #209
+ Allow both Hosts via IP and Name #275
* Changes:
+ Removed support for Python 3.7 and older.
+ Dependency updates
+ Development updates
+ Testing updates
+ Emit license and readme for source distribution #233
- Update description and summary.
- Switch to pyproject macros.
- Run a small part of the test suite to check basic functionality.
- No more greedy globs in %files.
-------------------------------------------------------------------
Tue May 9 21:18:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* Add Change Log project URL
* test: update httpbin commit hash
* Upgrade CodeSee workflow to version 2
* fix: don't break on doctests
* docs: Fix syntax for setup.cfg
* Fix pytest-socket raises IndexError with httpx
* test: move the reenable fixture to conftest
* Switch to poetry-core
* Handle `family` passed as keyword argument
* refactor: consolidate global options to config
* test: replace pytest-flake8 with pre-commit
* refactor/fix: move logic into setup phase and correct order
* test: add test module for combinations
* fix: test allow_hosts for unix sockets
* test: move unix decorator to conftest
* test: randomize test order
* test: replace coverage command
* refactor: replace .format with f-strings
* lint: apply black
* Enable Unix sockets selectively with --allow-unix-socket
* Test refactor, add CodeQL scanning
* Correctly subclass socket.socket
* Add testing against Python 3.9, Dropped testing against
Python 3.5
* Doc updates
* Avoid changing the type of `socket.socket` to function.
* Sourcery Starbot ⭐ refactored miketheman/pytest-socket
* Don't block unix sockets
* docs: add details on fixture scope
* chore: replace rst with markdown
* test: add testing for some async frameworks
-------------------------------------------------------------------
Tue Jun 9 07:44:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.5:
* Fix bug in marker evaluation #42
* Refactor tests for clarity
-------------------------------------------------------------------
Tue Apr 14 09:06:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.4:
* Drop support for unsupported versions of Python #23
* Convert toolchain from pip/tox/twine to poetry
* Replace TravisCI and Appveyor with GitHub Actions #36
* Update for correct test output #31
* Add renovatebot for dependecy updates #26
-------------------------------------------------------------------
Tue Jul 23 15:40:41 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version