non port: devel/py-pytest/Makefile |
Number of commits found: 81 |
Wednesday, 1 Nov 2023
|
02:09 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.4.3
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
3c7f7c9 |
Friday, 13 Oct 2023
|
01:52 Wen Heping (wen)
devel/py-pytest: Remove py-py from RUN_DEPENDS
Upstream no longer depends on py library from 7.2.0:
https://docs.pytest.org/en/stable/changelog.html
py-py in portstree was documented vulnerability and no patch to fix it.
47177a5 |
Monday, 11 Sep 2023
|
03:11 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.4.2
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
10f54a3 |
Monday, 4 Sep 2023
|
21:30 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.4.1
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
00af000 |
Tuesday, 18 Jul 2023
|
00:53 Charlie Li (vishwin)
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
9a80a6e |
Sunday, 9 Jul 2023
|
21:36 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.4.0
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
b0abdbc |
10:28 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.3.2
- Convert to USE_PYTHON=pep517
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
7dbdd99 |
Friday, 30 Jun 2023
|
07:08 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Remove outdated PYTHON_REL check after lang/python37 removal
e73b8df |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Tuesday, 2 May 2023
|
16:21 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.3.1
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
4023481 |
Wednesday, 5 Apr 2023
|
17:31 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.2.2
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
92c0074 |
Monday, 30 Jan 2023
|
13:02 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.2.1
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
f7cfe50 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Tuesday, 15 Nov 2022
|
15:41 Dmitry Marakasov (amdmi3)
devel/py-pytest: update 7.1.3 → 7.2.0
PR: 267524
Approved by: maintainer timeout (python, 2 weeks)
04424a0 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Sunday, 4 Sep 2022
|
15:25 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.1.3
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
43f10c5 |
Tuesday, 26 Apr 2022
|
16:36 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 7.1.2
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
75e5e18 |
Sunday, 17 Apr 2022
|
23:59 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update version requirement of *_DEPENDS
- Sort RUN_DEPENDS and TEST_DEPENDS
3d1699f |
Friday, 8 Apr 2022
|
15:26 Dmitry Marakasov (amdmi3)
devel/py-pytest: update to 7.1.1
PR: 256624
Approved by: maintainer timeout (python@, 9 months)
2ada39d |
Friday, 18 Mar 2022
|
17:11 Dmitry Marakasov (amdmi3)
devel/py-pytest4: preserve 4.x version of devel/py-pytest
- Preserve 4.x version of pytest for the ports which are not
compatible with pytest 6.x. This is a prerequisite for updating
pytest.
PR: 256624
Approved by: maintainer timeout (python@, many months)
7db0553 |
Tuesday, 25 Jan 2022
|
19:42 Tobias C. Berner (tcberner)
devel/py-pytest: add portepoch
In 46a663d44cb038c4b5fcca21f1c0151db0e8302e multiple reverts of updates
happend:
* devel/py-pytest-flask downgrade from 6.2.4 -> 4.6.11
* devel/py-pytest-translations downgrade from 3.1.0 -> 2.0.0
* devel/py-pytest-xdist downgrade from 2.3.0 -> 2.3.0
* devel/py-pytest-flask downgrade from 1.2.0 -> 0.15.1
Differential Revision: https://reviews.freebsd.org/D34006
Approved by: rene
daec6ed |
Sunday, 27 Jun 2021
|
05:08 Kevin Bowling (kbowling)
devel/py-pytest-flask: revert 6.2.4 update
Revert "devel/py-pytest: Update to 6.2.4"
This reverts commit 0c6ce3c9c26d878acf943d53fb2a01ba602b71c2.
Revert "devel/py-pytest-translations: Update to 3.1.0"
This reverts commit 5989f395a01e1afc9b1b3a0c668d3cf48226f0c3.
Revert "devel/py-pytest-xdist: Update to 2.3.0"
This reverts commit d07f92b9bf00821e372f003d698525cd1ae19dc2.
Revert "devel/py-pytest-flask: Update to 1.2.0"
This reverts commit b15351babf6846ec3cdc902203874e55413ee08a.
PR: 256624
Requested by: koobs
46a663d |
Wednesday, 23 Jun 2021
|
20:34 Kevin Bowling (kbowling) Author: Goran Meki?
devel/py-pytest: Update to 6.2.4
PR: 256624
0c6ce3c |
Tuesday, 25 May 2021
|
13:55 Dmitry Marakasov (amdmi3)
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@
0729af4 |
Tuesday, 11 May 2021
|
21:47 Po-Chuan Hsieh (sunpoet)
devel/py-pytest: Update to 4.6.11
- Sort RUN_DEPENDS and TEST_DEPENDS
Changes: https://github.com/pytest-dev/pytest/releases
https://docs.pytest.org/en/stable/changelog.html
0ff23c9 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 14 Jul 2020
|
07:59 antoine
Unbreak bulk -a
 |
Tuesday, 14 May 2019
|
12:04 koobs
devel/py-pytest: Update to 4.5.0
Changelog:
https://github.com/pytest-dev/pytest/blob/4.5.0/CHANGELOG.rst
Approved by: koobs (python, maintainer)
 |
Wednesday, 17 Apr 2019
|
18:50 sunpoet
Change RUN_DEPENDS from py-more-itertools to py-more-itertools5 conditionally
- Bump PORTREVISION for dependency change
 |
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
With hat: portmgr
 |
Sunday, 31 Mar 2019
|
13:15 sunpoet
Fix r496893
- Bump PORTREVISION for dependency change
The value is changed from PYTHON_REL format to PYTHON_VER format but the
variable is not.
 |
Tuesday, 26 Mar 2019
|
12:54 koobs
devel/py-pytest: Update to 4.3.1
- Add a number of optional test dependencies to un-skip more tests
- Use PYTHON_VER instead of PYTHON_REL to match conditionals to
upstream spec.
- Move mock to a conditional (2.7) dependency (per upstream spec)
Changelog:
https://github.com/pytest-dev/pytest/blob/4.3.1/CHANGELOG.rst
PR: 235339
Submitted by: John W. O'Brien <john saltant com> (with changes)
Approved by: koobs (python, maintainer)
 |
Friday, 31 Aug 2018
|
23:48 sunpoet
Update to 3.6.4
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Sunday, 29 Jul 2018
|
19:24 sunpoet
Sort *_DEPENDS
 |
Wednesday, 11 Jul 2018
|
14:20 loader
devel/py-pytest: Update to 3.6.2
https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
- Update PORTVERSION and distinfo checksum to 3.6.2
- Add devel/py-more-itertools [0] and devel/py-atomicwrites [1] to RUN_DEPENDS
- Add shells/bash [2] to TEST_DEPENDS
- Change test target to run pytest, setup.py test has been removed [3]
[0]
https://github.com/pytest-dev/pytest/commit/25399da9047d044174f090f1315f9a4244b91135
[1]
https://github.com/pytest-dev/pytest/commit/aa95a425d7708d80fc887b1825662daf3a624ba7
[2] https://github.com/pytest-dev/pytest/blob/master/testing/test_argcomplete.py
[3]
https://github.com/pytest-dev/pytest/commit/c1d9ca81df5364417317fd779e73d9ff85fe5d35
Reviewed by: koobs
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D16124
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Tuesday, 6 Mar 2018
|
15:15 miwi
- Update to 3.4.2
 |
Wednesday, 21 Feb 2018
|
13:40 sunpoet
Update to 3.4.1
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Wednesday, 31 Jan 2018
|
15:51 sunpoet
Update to 3.4.0
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Saturday, 13 Jan 2018
|
08:13 sunpoet
Update to 3.3.2
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Thursday, 16 Nov 2017
|
22:25 sunpoet
Update to 3.2.5
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Wednesday, 15 Nov 2017
|
19:55 sunpoet
Update to 3.2.4
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Thursday, 5 Oct 2017
|
09:49 sunpoet
Update to 3.2.3
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Friday, 8 Sep 2017
|
21:52 sunpoet
Update to 3.2.2
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Friday, 11 Aug 2017
|
21:38 sunpoet
Update to 3.2.1
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Wednesday, 2 Aug 2017
|
18:36 sunpoet
Update to 3.2.0
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Thursday, 6 Jul 2017
|
00:03 sunpoet
Update to 3.1.3
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Tuesday, 13 Jun 2017
|
19:54 jbeich
devel/py3-pytest: unbreak after r441543
===========================================================================
=======================<phase: build-depends >============================
===> py36-pytest-3.1.2 depends on package: py36-setuptools_scm>=0 - not found
===> py36-pytest-3.1.2 depends on package:
/packages/All/py36-setuptools_scm-1.15.5.txz - not found
===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from
source
*** Error code 1
Reported by: pkg-fallout
 |
Saturday, 10 Jun 2017
|
09:28 sunpoet
Update to 3.1.2
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Thursday, 1 Jun 2017
|
19:58 sunpoet
Update to 3.1.1
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Tuesday, 23 May 2017
|
18:52 sunpoet
Update to 3.1.0
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Wednesday, 15 Mar 2017
|
11:32 sunpoet
Update to 3.0.7
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Friday, 27 Jan 2017
|
20:53 sunpoet
Update to 3.0.6
- Sort TEST_DEPENDS
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
 |
Wednesday, 21 Dec 2016
|
06:44 wen
- Update to 3.0.5
 |
Tuesday, 13 Dec 2016
|
13:59 jbeich
devel/py-pytest-asyncio: unbreak with python < 3.x by default
=======================<phase: run-depends >============================
===> py35-pytest-asyncio-0.5.0 depends on package: py35-pytest>=3.0.2 - not
found
===> py35-pytest-asyncio-0.5.0 depends on package:
/packages/All/py35-pytest-3.0.3.txz - not found
===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from
source
*** [run-depends] Error code 1
Reported by: pkg-fallout
 |
Friday, 14 Oct 2016
|
00:31 wen
- Update to 3.0.3
- Update TEST_DEPENDS
PR: 212042 (based on)
Submitted by: yuri@rawbw.com
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 27 Feb 2016
|
06:48 koobs
devel/py-pytest: Update to 2.8.7
- Update PORTVERSION and distinfo checksum (2.8.7)
- Remove nose from TEST_DEPENDS (only mentioned in tox.ini)
- Patch setup.py not to install version-suffixed console_scripts
- Enable "concurrent" Python installation accordingly
- Remove USES=zip, DISTFILES is now a tarball
Changes:
http://pytest.org/latest/changelog.html
 |
Saturday, 26 Dec 2015
|
10:28 koobs
devel/py-pytest: Update to 2.8.5
- Update PORTVERSION and distinfo checksum (2.8.5)
- Add USES zip accordingly (no tar.gz @ PyPI)
- Add pytest-xdist to TEST_DEPENDS
- Add NO_ARCH
- Remove TESTS option and OPTIONS helpers
- Update test target to new convention
Changes:
https://github.com/pytest-dev/pytest/blob/2.8.5/CHANGELOG
 |
Wednesday, 3 Jun 2015
|
04:41 koobs
devel/py-pytest: Update to 2.7.1
- Update to 2.7.1
Approved by: maintainer (koobs, python)
 |
Wednesday, 25 Feb 2015
|
03:47 koobs
devel/py-pytest: Update to 2.6.4
- Update to 2.6.4
- Update COMMENT to reflect upstream description (setup.py)
- Update RUN_DEPENDS and TEST_DEPENDS
- Add TESTS option
- Update pkg-descr for more detail on features
Approved by: python (with hat)
 |
Wednesday, 11 Feb 2015
|
13:11 koobs
devel/py-pylib: Rename to devel/py-py
- Rename py-pylib to py-py to match upstream (PyPi) name [1]
- Update to 1.4.26
- Remove DISTNAME override, no longer necessary
- Update COMMENT
Accordingly:
- Update MOVED
- Update dependents
While I'm here:
- Sort USE_PYTHON values
- Canonicalize regression-test invocations
- Make TEST_DEPENDS explicit
[1] https://pypi.python.org/pypi/py/1.4.26
 |
Sunday, 28 Sep 2014
|
18:28 rm
Pass this guys to python@ because it's a general testing libraries, that is
used in many of our regression-test targets in python ports Makefiles.
Discussed with: koobs
 |
Sunday, 31 Aug 2014
|
03:56 koobs
devel/py-pytest: Update to 2.6.1
- Update to 2.6.1
- Add LICENSE_FILE
- Update COMMENT (from upstream)
- RUN_DEPENDS: Add mock, update pylib minimum version
- Modernize Python framework entries
- Canonicalize regression-test target
- pkg-descr: Strip trailing slash from WWW: URL
Changes:
* http://pytest.org/latest/changelog.html
QA: 1055 passed, 39 skipped, 10 xfailed in 89.95 seconds
Approved by: maintainer (via email)
 |
Saturday, 5 Apr 2014
|
20:56 rm
devel/py-pytest: update to 2.5.2
 |
Sunday, 22 Dec 2013
|
18:10 rm
- update to 2.5.1
- general clean-up
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Tuesday, 7 May 2013
|
19:42 rm
- update to 2.3.5
 |
Monday, 31 Dec 2012
|
07:51 rm
- update to 2.3.4
 |
Monday, 29 Oct 2012
|
20:51 rm
- update to 2.3.2
- align whitespace, reorder PLIST_SUB
- add TEST_DEPENDS
- add regression-test target (discussed with hpk@upstream)
while here:
- trim Makefile header
- fix packing list with python32
- tab -> space change in pkg-plist:WWW
PR: 172920 (based on)
Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com>
Feature safe: yes
 |
Sunday, 27 May 2012
|
19:56 rm
- update to 2.2.4
 |
Friday, 24 Feb 2012
|
09:47 rm
- update to 2.2.3
 |
Wednesday, 25 Jan 2012
|
18:59 rm
- update to 2.2.1
 |
Monday, 21 Nov 2011
|
04:32 rm
- update to 2.2.0
Approved by: miwi (co-mentor)
Feature safe: yes
 |
Thursday, 10 Nov 2011
|
22:20 rm
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes
 |
Thursday, 20 Oct 2011
|
23:51 glarkin
- Updated to 2.1.3
ChangeLog:
http://pytest.org/latest/changelog.html#changes-between-2-1-2-and-2-1-3
PR: ports/161819
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Sunday, 25 Sep 2011
|
08:42 dhn
- Update to 2.1.2
PR: ports/160980
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Tuesday, 13 Sep 2011
|
10:08 pav
- Update to 2.1.1
PR: ports/160317
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Monday, 8 Aug 2011
|
19:20 pav
py.test is a simple and popular testing tool for Python.
WWW: http://pytest.org/
PR: ports/158940
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
 |
Number of commits found: 81 |