notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/py-mock/distinfo

Number of commits found: 12

Tuesday, 4 Mar 2025
08:33 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-mock: Update version 5.1.0=>5.2.0

Changelog: https://github.com/testing-cabal/mock/releases/tag/5.2.0
commit hash: b9e9b939e5c0630d8378dccc00a48d54e434e618 commit hash: b9e9b939e5c0630d8378dccc00a48d54e434e618 commit hash: b9e9b939e5c0630d8378dccc00a48d54e434e618 commit hash: b9e9b939e5c0630d8378dccc00a48d54e434e618 b9e9b93
Saturday, 15 Jul 2023
15:43 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-mock: Update version 5.0.2=>5.1.0

Changelog: https://github.com/testing-cabal/mock/releases/tag/5.1.0
commit hash: ea260e99703e40946d6e3983a06d30e67d0e74ed commit hash: ea260e99703e40946d6e3983a06d30e67d0e74ed commit hash: ea260e99703e40946d6e3983a06d30e67d0e74ed commit hash: ea260e99703e40946d6e3983a06d30e67d0e74ed ea260e9
Sunday, 23 Apr 2023
18:46 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-mock: Update version 5.0.1=>5.0.2

Changelog: https://github.com/testing-cabal/mock/releases/tag/5.0.2
commit hash: 4ac0e3f62aafa8d51d6ec6b71c26a4979c850ba8 commit hash: 4ac0e3f62aafa8d51d6ec6b71c26a4979c850ba8 commit hash: 4ac0e3f62aafa8d51d6ec6b71c26a4979c850ba8 commit hash: 4ac0e3f62aafa8d51d6ec6b71c26a4979c850ba8 4ac0e3f
Wednesday, 11 Jan 2023
09:00 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-mock: Update version 4.0.3=>5.0.1

- Add USE_PYTHON=pytest

Relnotes: https://github.com/testing-cabal/mock/releases/tag/5.0.1
commit hash: 8cdd499a216ca06e5d8279b85c9bbf9a9dcff494 commit hash: 8cdd499a216ca06e5d8279b85c9bbf9a9dcff494 commit hash: 8cdd499a216ca06e5d8279b85c9bbf9a9dcff494 commit hash: 8cdd499a216ca06e5d8279b85c9bbf9a9dcff494 8cdd499
Saturday, 12 Mar 2022
10:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-mock: Update version 3.0.5=>4.0.3

Relnotes: https://github.com/testing-cabal/mock/releases/tag/4.0.3
commit hash: a8b2b1161db11f731563cbbbcd6558662b83b581 commit hash: a8b2b1161db11f731563cbbbcd6558662b83b581 commit hash: a8b2b1161db11f731563cbbbcd6558662b83b581 commit hash: a8b2b1161db11f731563cbbbcd6558662b83b581 a8b2b11
Thursday, 14 Nov 2019
17:11 ngie search for other commits by this committer
Upgrade devel/py-mock from 2.0.0 to 3.0.5 and fix "make test" target

Version 3.0.5 includes multiple bugfixes and such for the backport library
that will aid in writing tests where the environment doesn't contain
`unittest.mock`.

In order to ensure that the code actually works, I needed to run the tests.
This required working around https://github.com/testing-cabal/mock/issues/469
by pulling the sources from the GitHub project that correspond with the
release tag, as the source tarball tagged for the release doesn't contain the
tests (prior to this change it would run 0 tests with `make test`, because
there weren't any).

Remove an unnecessary build dependency while here: pbr is no longer needed to
build the package.

Add py-pytest to TEST_DEPENDS, as running the tests as currently done via
distutils doesn't work due to how the tests are enumerated.

Conversely, remove the devel/py-tox dependency: it was never installed before
due to a typo in the variable name and it adds a lot of unnecessary
dependencies that aren't required when testing the port with `make test`. This
helps keep the footprint down, which helps others upgrade the devel/py-mock
port by itself.

Address portlint issues while here.

The changelog for the project can be found here on
[GitHub](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst).

PR:		241780
Approved by:	jessekempf@gmail.com (maintainer timeout), woodsdb (ports)
Discussed with:	bdrewery, Vladimir.Chukharev@gmail.com
Differential Revision:	https://reviews.freebsd.org/D21654
Original commitRevision:517602 
Wednesday, 19 Apr 2017
14:39 sunpoet search for other commits by this committer
Update to 2.0.0

- Add LICENSE_FILE
- Add NO_ARCH
- Sort USE_PYTHON
- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://github.com/testing-cabal/mock/commits/master
PR:		218361
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
Original commitRevision:438850 
Thursday, 24 Dec 2015
14:06 miwi search for other commits by this committer
- Update to 1.3.0

PR:		205054
Submitted by:	yuri@rawbw.com
Approved by:	maintainer timeout
Original commitRevision:404364 
Sunday, 2 Dec 2012
10:39 rm search for other commits by this committer
- update to 1.0.1
- add OPTIONS for unit test support
- patch setup.py to install the egg uncompressed
- use a pkg-plist instead of PLIST_FILES
- restore creator to Makefile header and use new convention
- fix plist for python >= 3.2

PR:		172592
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by:	maintainer timeout (1 month+)
Feature safe:	yes
Original commitRevision:308094 
Wednesday, 14 Mar 2012
03:58 lwhsu search for other commits by this committer
- Update to 0.8.0

PR:             ports/165996
Submitted by:   lwhsu
Approved by:    Jesse Kempf <jessekempf@gmail.com> (maintainer)
Feature safe:   yes
Original commit
Sunday, 3 Jul 2011
14:59 ohauer search for other commits by this committer
-remove MD5
Original commit
Friday, 9 Jul 2010
20:53 lwhsu search for other commits by this committer
Add py-mock 0.6.0, mock unit tests for Python.

PR:             ports/148437
Submitted by:   jessekempf at gmail.com
Original commit

Number of commits found: 12