OpenBSD CVS

CVS log for ports/textproc/py-xmldiff/Makefile


[BACK] Up to [local] / ports / textproc / py-xmldiff

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Fri May 17 12:20:52 2024 UTC (2 weeks, 2 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (unified)

update to py3-xmldiff-2.7.0

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 6 12:24:10 2024 UTC (3 weeks, 6 days ago) by sthen
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21 (unified)

bump REVISION for py3.10 -> py3.11 switch

Revision 1.21 / (download) - annotate - [select for diffs], Sat May 27 08:04:27 2023 UTC (12 months, 1 week ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (unified)

update to py3-xmldiff-2.6.3

Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 6 07:12:15 2023 UTC (13 months, 4 weeks ago) by sthen
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (unified)

update to py3-xmldiff-2.6.1

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 22 14:57:48 2023 UTC (16 months, 1 week ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.18: +2 -4 lines
Diff to previous 1.18 (unified)

update to py3-xmldiff-2.5

Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 14 15:26:21 2022 UTC (18 months, 2 weeks ago) by sthen
Branch: MAIN
Changes since 1.17: +11 -12 lines
Diff to previous 1.17 (unified)

use MODPY_PYBUILD

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 13 15:30:15 2022 UTC (18 months, 2 weeks ago) by sthen
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16 (unified)

bump for MODPY_DEFAULT_VERSION_3 change

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 11 20:03:25 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.15: +0 -2 lines
Diff to previous 1.15 (unified)

drop RCS Ids

Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 16 08:21:09 2021 UTC (2 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (unified)

update to py3-xmldiff-2.4

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 2 00:02:41 2021 UTC (2 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

bump REVISION for switch from Python 3.8 -> 3.9

Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:45 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.12: +1 -3 lines
Diff to previous 1.12 (unified)

Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jul 3 21:13:17 2020 UTC (3 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified)

bump REVISION; python 3 default changed to 3.8

Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 26 00:34:05 2019 UTC (4 years, 6 months ago) by kmos
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (unified)

Move tests to MODPY_PYTEST

Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 13 15:37:14 2019 UTC (4 years, 9 months ago) by kmos
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (unified)

The upgrade path from py-xmldiff to py3-xmldiff won't work as it
was. Needed to add "@conflict" with py-xmldiff and "@pkgpath
textproc/py-xmldiff". Then it will work.

From and OK sthen@

Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 13 13:04:54 2019 UTC (4 years, 9 months ago) by kmos
Branch: MAIN
Changes since 1.8: +9 -18 lines
Diff to previous 1.8 (unified)

Update textproc/py-xmldiff 0.6.10 -> 2.3

py-xmldiff hasn't been updated in a long time, but it still gets used.
So time to update it. Current 2.x versions are a rewrite in pure python.

Patches go away. Port moved to use MODPY_PI and MODPY_SETUPTOOLS.

Move it to python3 only since executable is just xmldiff and xmlpatch.

OK landry@

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 12 20:50:14 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 21 18:19:27 2015 UTC (9 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (unified)

add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 11 11:42:46 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.5: +2 -5 lines
Diff to previous 1.5 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 3 20:13:20 2011 UTC (12 years, 7 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.4: +4 -2 lines
Diff to previous 1.4 (unified)

- regen WANTLIB

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 16 11:41:41 2011 UTC (12 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

normalize pkgpath

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 8 18:09:59 2011 UTC (12 years, 11 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (unified)

bump after default python version switch

Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 20 19:56:51 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (unified)

new depends

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 21 20:31:13 2010 UTC (13 years, 8 months ago) by jasper
Branch: jasper
CVS Tags: jasper_20102109
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

import py-xmldiff 0.6.10

xmldiff is a Python tool that figures out the differences between two
similar XML files, in the same way the diff utility does it.
Xmldiff can be used as a library or as a command line tool. It can work
either with XML files or DOM trees.

ok aja@

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 21 20:31:13 2010 UTC (13 years, 8 months ago) by jasper
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.