Next | Query returned 14 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-11-30 09:58:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-shutil: updated to 1.8.1

1.8.1 (2024-11-29)
* All: Add a CircleCI Windows build with py3.6-py3.12 and remove references to \ 
TravisCI.
* All: Add Ubuntu builds for py3.6-3.13
* All: CircleCI release jobs now depend on both Ubuntu and Windows success.
* pytest-listener: Use py_modules in setup.py
* pytest-listener: Fix flakiness on py3.9+ on Windows when the receive time was \ 
equal to the clear_time.
* pytest-profiling: Small refactor to make error messages a bit clearer
* pytest-profiling: Fixed tests which were installing from PyPI rather than local
* pytest-profiling: Removed usage of deprecated `pytest.yield_fixture`.
* pytest-profiling: Removed usage of `distutils`, where possible.
* pytest-server-fixtures: Correct httpd command line
* pytest-server-fixtures: Minor bugfix now that workspace.workspace is a Path object.
* pytest-virtualenv: Added default to install editable packages by using \ 
direct_url.json, if it exists
* pytest-virtualenv: Fixed Windows compatibility issues
* ci: Remove custom hooks from `python setup.py test` since this is no longer \ 
supported.
* ci: Fix build-related buttons in README.md.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-17 22:16:13 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-test-shutil: update to 1.8.0nb1.

### 1.8.0 (2024-10-17)
 * All: Drop support for Python 2 and <3.6, removing compatibility code.
 * All: Use stdlib unittest.mock instead of mock package.
 * All: Removed usage of path.py and path in favour of pathlib. #174 #224
 * pytest-devpi-server: Run devpi-init for initialisation. #179
 * pytest-server-fixtures: BREAKING CHANGE: Removed RethinkDB support, as the \ 
project is no longer maintained.
 * pytest-server-fixtures: Allowed passing through HTTP headers to the server. #149
 * pytest-server-fixtures: Fixed threading log debug messages. #146
 * pytest-server-fixtures: Removed usage of deprecated Thread.setDaemon. #202
 * pytest-server-fixtures: Explicitly close initial Mongo client. #198
 * pytest-server-fixtures: Don't use context manager for CREATE DATABASE #186
 * pytest-shutil: Removed contextlib2 requirement. #144
 * pytest-shutil: Fixed forcing color through termcolor. #217
 * pytest-shutil: Replaced deprecated imp module #219
 * pytest-profiling: Added support to hide/show the full path of file. #95
 * pytest-profiling: Fixed SVG file generation on Windows. #93
 * pytest-profiling: Remove pinning of more-itertools. #194
 * pytest-profiling: Add support to define element number for print_stats() #96
 * pytest-profiling: Fix mock in test_writes_summary #223
 * pytest-virtualenv: Modernised package. #188 #185 #182 #163
 * pytest-virtualenv: Fixed virtualenv creation on Windows. #142
 * pytest-virtualenv: Added delete_workspace parameter to VirtualEnv. #195
 * pytest-virtualenv: Removed extras_require. #240
 * ci: Remove usage of deprecated distutils. #189
 * ci: Disabled jenkins server tests on CircleCI to improve build time.
 * ci: Fixed `collections` import for py 3.11 compatibility #222

### 1.7.1 (2019-05-28)
* pytest-profiling: Fix pytest-profiling to profile fixtures. #48
* pytest-devpi-server: Fixed Python 3.4 support updating "ruamel.yaml" \ 
requirements. #138
* ci: Added  PYTEST_DONT_REWRITE in order to suppress module already imported. #123
   2024-08-10 08:24:25 by Thomas Klausner | Files touched by this commit (8)
Log message:
*: fix build with latest setuptools
   2023-04-25 16:42:41 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-test-shutil: not for python 2

Removed non-existent patch from distinfo
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-05-16 11:16:58 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
pytest from versioned depends
   2019-09-04 09:57:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-shutil: updated to 1.7.0

1.7.0
* All: Support pytest >= 4.0.0
* All: Support Python 3.7
* pytest-server-fixtures: if host not defined on your machine, default to localhost
* pytest-server-fixture: Pin to rethinkdb < 2.4.0 due to upstream API changes
* pytest-verbose-parametrize: Add support for revamped marker infrastructure
* pytest-verbose-parametrize: Fix integration tests to support pytest >= 4.1.0
* pytest-virtualenv: Add virtualenv as install requirement.
* pytest-webdriver: Fix RemovedInPytest4Warning using getfixturevalue
* circleci: Fix checks by skipping coverall submission for developer without \ 
push access
* wheels: Generate universal wheels installable with both python 2.x and 3.x
* dist: Remove support for building and distributing *.egg files
* VagrantFile: Install python 3.7 and initialize python 3.7 by default
* Fix DeprecationWarning warnings using "logger.warning()" function

1.6.2:
* pytest-server-fixtures: suppress stacktrace if kill() is called
* pytest-server-fixtures: fix random port logic in TestServerV2

1.6.1:
* pytest-server-fixtures: fix exception when attempting to access hostname while \ 
server is not started

1.6.0:
* pytest-server-fixtures: added previously removed TestServerV2.kill() function
* pytest-profiling: pin more-itertools==5.0.0 in integration tests, as that's a \ 
PY3 only release

1.5.1:
* pytest-verbose-parametrize: fixed unicode parameters when using \ 
`@pytest.mark.parametrize`

1.5.0:
* pytest-server-fixtures: made postgres fixtures and its tests optional, like \ 
all other fixtures
* pytest-server-fixtures: reverted a fix for pymongo deprecation warning, as \ 
this will break compatibility with pymongo 3.6.0
* pytest-server-fixtures: dropped RHEL5 support in httpd

1.4.1:
* pytest-server-fixtures: server fixture binary path specified in ENV now only \ 
affect server class 'thread'

Next | Query returned 14 messages, browsing 1 to 10 | Previous