jelmer/python-fastimport.git
9 years agoreleasing package python-fastimport version 0.9.4-2 debian/0.9.4-2
Jelmer Vernooij [Sun, 30 Nov 2014 18:47:27 +0000 (18:47 +0000)]
releasing package python-fastimport version 0.9.4-2

9 years agoBump standards version to 3.9.6 (no changes).
Jelmer Vernooij [Sun, 30 Nov 2014 18:47:20 +0000 (18:47 +0000)]
Bump standards version to 3.9.6 (no changes).

9 years agoAdd pypy package.
Jelmer Vernooij [Sun, 30 Nov 2014 18:33:11 +0000 (18:33 +0000)]
Add pypy package.

9 years agoreleasing package python-fastimport version 0.9.4-1 debian/0.9.4-1
Jelmer Vernooij [Sun, 6 Jul 2014 00:14:15 +0000 (02:14 +0200)]
releasing package python-fastimport version 0.9.4-1

9 years agoNew upstream release.
Jelmer Vernooij [Sun, 6 Jul 2014 00:12:57 +0000 (02:12 +0200)]
New upstream release.

9 years agoMerge tag 'upstream/0.9.4' into debian
Jelmer Vernooij [Sun, 6 Jul 2014 00:12:35 +0000 (02:12 +0200)]
Merge tag 'upstream/0.9.4' into debian

Upstream version 0.9.4

9 years agoImported Upstream version 0.9.4 upstream/0.9.4
Jelmer Vernooij [Sun, 6 Jul 2014 00:12:34 +0000 (02:12 +0200)]
Imported Upstream version 0.9.4

9 years agoRelease 0.9.4. fastimport-0.9.4
Jelmer Vernooij [Sat, 5 Jul 2014 23:49:17 +0000 (01:49 +0200)]
Release 0.9.4.

9 years agoFix in Vcs-Git header.
Jelmer Vernooij [Sat, 5 Jul 2014 23:47:09 +0000 (01:47 +0200)]
Fix in Vcs-Git header.

9 years agoGet handlers from class object using getattr() for possible inheritance
Cécile Tonglet [Mon, 16 Jun 2014 12:12:11 +0000 (14:12 +0200)]
Get handlers from class object using getattr() for possible inheritance

Issue #6: __dict__ stores only class' local variables and therefore it
can't find the handlers defined in the inherited classes.

10 years agoreleasing package python-fastimport version 0.9.3-2 debian/0.9.3-2
Jelmer Vernooij [Mon, 12 May 2014 23:23:40 +0000 (01:23 +0200)]
releasing package python-fastimport version 0.9.3-2

10 years agoAdd Breaks: for bzr-fastimport without version, as all versions that have been packag...
Jelmer Vernooij [Mon, 12 May 2014 23:23:27 +0000 (01:23 +0200)]
Add Breaks: for bzr-fastimport without version, as all versions that have been packaged in Debian break with the current version of python-fastimport. Closes: #747900

10 years agoUpdate NEWS.
Jelmer Vernooij [Sun, 27 Apr 2014 17:49:49 +0000 (19:49 +0200)]
Update NEWS.

10 years agoMerge branch 'authorship-namedtuple' of git://github.com/masklinn/python-fastimport
Jelmer Vernooij [Sun, 27 Apr 2014 17:49:15 +0000 (19:49 +0200)]
Merge branch 'authorship-namedtuple' of git://github.com/masklinn/python-fastimport

10 years agoUpdate NEWS.
Jelmer Vernooij [Sun, 27 Apr 2014 17:46:38 +0000 (19:46 +0200)]
Update NEWS.

10 years agoAuthorship information as a namedtuple
masklinn [Sun, 27 Apr 2014 16:21:56 +0000 (18:21 +0200)]
Authorship information as a namedtuple

* serialization should remain predicated upon a 4-tuple, as users may create
  and set 4-tuples for authorship info
* added a fake time to parser test to test for namedtuple

10 years agocheck-pypy tries to use the non-existent target check-noextensions
masklinn [Sun, 27 Apr 2014 16:05:56 +0000 (18:05 +0200)]
check-pypy tries to use the non-existent target check-noextensions

that target does not exist, just call check with PYTHON=pypy

10 years agoMerge branch 'commit-copy' of git://github.com/masklinn/python-fastimport
Jelmer Vernooij [Tue, 11 Mar 2014 11:37:52 +0000 (11:37 +0000)]
Merge branch 'commit-copy' of git://github.com/masklinn/python-fastimport

10 years agoAdd tests for notemodify
masklinn [Tue, 11 Mar 2014 09:50:08 +0000 (10:50 +0100)]
Add tests for notemodify

10 years agoTest copy-with-replacement and invalid copy
masklinn [Tue, 11 Mar 2014 09:16:30 +0000 (10:16 +0100)]
Test copy-with-replacement and invalid copy

Styllistic fixes, ensure compatibility with pre-2.7 unittest

10 years agoAdd basic commit copy test
masklinn [Tue, 11 Mar 2014 09:09:07 +0000 (10:09 +0100)]
Add basic commit copy test

* don't assume file_iter is a list (though the parser sets one)
* don't copy inferred name attribute

10 years agoAdd copy method to CommitCommand
masklinn [Mon, 10 Mar 2014 15:14:50 +0000 (16:14 +0100)]
Add copy method to CommitCommand

Allows easily creating a modified version of an existing commit without having
to modify the existing object in-place

10 years agoAdd NoteModify command
masklinn [Mon, 10 Mar 2014 15:00:23 +0000 (16:00 +0100)]
Add NoteModify command

No parsing support, but can at least be used to generate a note and attach it
to a commit.

10 years agopython-fastimport: overview documentation
Jonathan Nieder [Sat, 1 Mar 2014 22:35:43 +0000 (22:35 +0000)]
python-fastimport: overview documentation

Add some docstrings to help new readers to get started.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
10 years agoreleasing package python-fastimport version 0.9.3-1 debian/0.9.3-1
Jelmer Vernooij [Sat, 1 Mar 2014 15:45:25 +0000 (15:45 +0000)]
releasing package python-fastimport version 0.9.3-1

10 years agoMigrate packaging to Git.
Jelmer Vernooij [Sat, 1 Mar 2014 15:44:56 +0000 (15:44 +0000)]
Migrate packaging to Git.

10 years agoBump standards version to 3.9.5 (no changes).
Jelmer Vernooij [Sat, 1 Mar 2014 15:43:37 +0000 (15:43 +0000)]
Bump standards version to 3.9.5 (no changes).

10 years agoFix autopkgtest.
Jelmer Vernooij [Sat, 1 Mar 2014 15:42:51 +0000 (15:42 +0000)]
Fix autopkgtest.

10 years agoNew upstream release.
Jelmer Vernooij [Sat, 1 Mar 2014 15:42:27 +0000 (15:42 +0000)]
New upstream release.

10 years agoImported Upstream version 0.9.3 upstream/0.9.3
Jelmer Vernooij [Sat, 1 Mar 2014 15:42:04 +0000 (15:42 +0000)]
Imported Upstream version 0.9.3

10 years agoMerge tag 'upstream/0.9.3' into debian
Jelmer Vernooij [Sat, 1 Mar 2014 15:42:04 +0000 (15:42 +0000)]
Merge tag 'upstream/0.9.3' into debian

Upstream version 0.9.3

10 years agoAdd gbp config.
Jelmer Vernooij [Sat, 1 Mar 2014 15:41:26 +0000 (15:41 +0000)]
Add gbp config.

10 years agoUpdate watch file.
Jelmer Vernooij [Sat, 1 Mar 2014 15:40:29 +0000 (15:40 +0000)]
Update watch file.

10 years agoAdd upstream signing key.
Jelmer Vernooij [Sat, 1 Mar 2014 15:37:54 +0000 (15:37 +0000)]
Add upstream signing key.

10 years agoStart on 0.9.4.
Jelmer Vernooij [Sat, 1 Mar 2014 15:36:16 +0000 (15:36 +0000)]
Start on 0.9.4.

10 years agoRelease 0.9.3. fastimport-0.9.3
Jelmer Vernooij [Sat, 1 Mar 2014 15:32:52 +0000 (15:32 +0000)]
Release 0.9.3.

10 years agoAdd basic readme file.
Jelmer Vernooij [Sat, 1 Mar 2014 15:32:23 +0000 (15:32 +0000)]
Add basic readme file.

10 years agoAdd MANIFEST file.
Jelmer Vernooij [Sat, 1 Mar 2014 15:29:25 +0000 (15:29 +0000)]
Add MANIFEST file.

10 years agoRemove binary_stream helper.
Jelmer Vernooij [Sat, 1 Mar 2014 15:27:57 +0000 (15:27 +0000)]
Remove binary_stream helper.

10 years agoRemove unused helpers.
Jelmer Vernooij [Sat, 1 Mar 2014 15:26:01 +0000 (15:26 +0000)]
Remove unused helpers.

10 years agoFix compatibility with python2.6, which does not have assertIsInstance.
Jelmer Vernooij [Sat, 18 Jan 2014 19:28:13 +0000 (19:28 +0000)]
Fix compatibility with python2.6, which does not have assertIsInstance.

10 years agoActually run tests with unittest2.
Jelmer Vernooij [Sat, 18 Jan 2014 19:25:16 +0000 (19:25 +0000)]
Actually run tests with unittest2.

10 years agoBuild with pypy in travis.
Jelmer Vernooij [Sat, 18 Jan 2014 19:21:57 +0000 (19:21 +0000)]
Build with pypy in travis.

10 years agoInstall unittest2 for python2.6.
Jelmer Vernooij [Sat, 18 Jan 2014 19:21:30 +0000 (19:21 +0000)]
Install unittest2 for python2.6.

10 years agoRemove dependency on testtools.
Jelmer Vernooij [Sat, 18 Jan 2014 18:56:58 +0000 (18:56 +0000)]
Remove dependency on testtools.

10 years agoAdd travis config.
Jelmer Vernooij [Sat, 18 Jan 2014 18:50:07 +0000 (18:50 +0000)]
Add travis config.

10 years agoAdd Makefile.
Jelmer Vernooij [Sun, 22 Sep 2013 21:50:42 +0000 (22:50 +0100)]
Add Makefile.

10 years agoRemove download URL.
Jelmer Vernooij [Sun, 22 Sep 2013 21:50:33 +0000 (22:50 +0100)]
Remove download URL.

10 years agoIgnore some files.
Jelmer Vernooij [Sun, 22 Sep 2013 21:50:31 +0000 (22:50 +0100)]
Ignore some files.

11 years agoChange fileid of processors/
Jelmer Vernooij [Thu, 29 Nov 2012 13:10:30 +0000 (14:10 +0100)]
Change fileid of processors/

11 years agoAdd XS-Testsuite header. Closes: #692669
Jelmer Vernooij [Thu, 8 Nov 2012 14:21:01 +0000 (15:21 +0100)]
Add XS-Testsuite header. Closes: #692669

12 years agoreleasing version 0.9.2-1
Jelmer Vernooij [Wed, 4 Apr 2012 01:08:46 +0000 (03:08 +0200)]
releasing version 0.9.2-1

12 years agoreleasing version 0.9.2-1
Jelmer Vernooij [Wed, 4 Apr 2012 01:06:39 +0000 (03:06 +0200)]
releasing version 0.9.2-1

12 years agoNew upstream release.
Jelmer Vernooij [Wed, 4 Apr 2012 01:04:06 +0000 (03:04 +0200)]
New upstream release.

12 years agoImport upstream version 0.9.2 upstream/0.9.2
Jelmer Vernooij [Wed, 4 Apr 2012 01:03:46 +0000 (03:03 +0200)]
Import upstream version 0.9.2

12 years agoFix watch file.
Jelmer Vernooij [Wed, 4 Apr 2012 01:02:24 +0000 (03:02 +0200)]
Fix watch file.

12 years agoStart on 0.9.3.
Jelmer Vernooij [Wed, 4 Apr 2012 00:48:11 +0000 (02:48 +0200)]
Start on 0.9.3.

12 years agoRelease 0.9.2. fastimport-0.9.2
Jelmer Vernooij [Wed, 4 Apr 2012 00:45:47 +0000 (02:45 +0200)]
Release 0.9.2.

12 years agoAllow less strict parsing of fastimport streams.
Jelmer Vernooij [Wed, 4 Apr 2012 00:44:30 +0000 (02:44 +0200)]
Allow less strict parsing of fastimport streams.

12 years agoCope with invalid timezones like +51800 a little bit better.
Jelmer Vernooij [Wed, 4 Apr 2012 00:05:37 +0000 (02:05 +0200)]
Cope with invalid timezones like +51800 a little bit better.

12 years agoAdd basic tests for dates.
Jelmer Vernooij [Tue, 3 Apr 2012 23:59:52 +0000 (01:59 +0200)]
Add basic tests for dates.

12 years agoremove info_processor too (uses reftracker).
Jelmer Vernooij [Tue, 28 Feb 2012 14:00:04 +0000 (15:00 +0100)]
remove info_processor too (uses reftracker).

12 years agoRemove bzr-specific reftracker and idmapfile modules.
Jelmer Vernooij [Tue, 28 Feb 2012 13:52:38 +0000 (14:52 +0100)]
Remove bzr-specific reftracker and idmapfile modules.

12 years agoClarify AUTHORS.
Jelmer Vernooij [Tue, 28 Feb 2012 12:23:07 +0000 (13:23 +0100)]
Clarify AUTHORS.

12 years agoreleasing version 0.9.1-1
Jelmer Vernooij [Tue, 28 Feb 2012 12:21:37 +0000 (13:21 +0100)]
releasing version 0.9.1-1

12 years ago* New upstream release.
Jelmer Vernooij [Tue, 28 Feb 2012 12:20:03 +0000 (13:20 +0100)]
* New upstream release.
* Bump standards version to 3.9.3 (no changes).

12 years agoImport upstream version 0.9.1
Jelmer Vernooij [Tue, 28 Feb 2012 12:19:24 +0000 (13:19 +0100)]
Import upstream version 0.9.1

12 years agoAdd basic tests for autopkgtest.
Jelmer Vernooij [Tue, 28 Feb 2012 12:18:08 +0000 (13:18 +0100)]
Add basic tests for autopkgtest.

12 years agoUpdate watch file for new release location.
Jelmer Vernooij [Tue, 28 Feb 2012 12:16:42 +0000 (13:16 +0100)]
Update watch file for new release location.

12 years agoAdd machine-parseable copyright file.
Jelmer Vernooij [Tue, 28 Feb 2012 12:12:09 +0000 (13:12 +0100)]
Add machine-parseable copyright file.

12 years agoadd bzr-builddeb magic
Jelmer Vernooij [Tue, 28 Feb 2012 12:09:11 +0000 (13:09 +0100)]
add bzr-builddeb magic

12 years agoUpdate watch file.
Jelmer Vernooij [Tue, 28 Feb 2012 12:09:05 +0000 (13:09 +0100)]
Update watch file.

12 years agoremove .pc directory.
Jelmer Vernooij [Tue, 28 Feb 2012 12:06:06 +0000 (13:06 +0100)]
remove .pc directory.

12 years agoStart on 0.9.2.
Jelmer Vernooij [Tue, 28 Feb 2012 11:55:10 +0000 (12:55 +0100)]
Start on 0.9.2.

12 years agoRelease 0.9.1.
Jelmer Vernooij [Tue, 28 Feb 2012 11:52:53 +0000 (12:52 +0100)]
Release 0.9.1.

12 years agoRename tarball for the benefit of pip.
Jelmer Vernooij [Tue, 28 Feb 2012 11:52:28 +0000 (12:52 +0100)]
Rename tarball for the benefit of pip.

12 years agoImplement 'done' feature.
Jelmer Vernooij [Tue, 28 Feb 2012 11:49:37 +0000 (12:49 +0100)]
Implement 'done' feature.

12 years agoMerge support for squash_empty_commit argument to FilterProcessor.
Jelmer Vernooij [Sat, 22 Oct 2011 21:47:22 +0000 (14:47 -0700)]
Merge support for squash_empty_commit argument to FilterProcessor.

12 years agoOnly fix references to commits that have been squashed rather than removing everythin...
Jelmer Vernooij [Sat, 22 Oct 2011 21:39:03 +0000 (14:39 -0700)]
Only fix references to commits that have been squashed rather than removing everything that we haven't touched yet

12 years agoRename flag to squash_empty_commits and add few more tests with includes/excludes
Oleksandr Usov [Fri, 21 Oct 2011 09:35:03 +0000 (10:35 +0100)]
Rename flag to squash_empty_commits and add few more tests with includes/excludes

12 years agoAdd preserve_all_history flag to filter_processor and tests for it
Oleksandr Usov [Thu, 20 Oct 2011 18:14:27 +0000 (19:14 +0100)]
Add preserve_all_history flag to filter_processor and tests for it

12 years agoRemove old FSF address and point at FSF website instead.
Jelmer Vernooij [Thu, 6 Oct 2011 00:24:50 +0000 (02:24 +0200)]
Remove old FSF address and point at FSF website instead.

Thanks Dan Callaghan.

13 years agoNon-maintainer upload (just a rebuild to add Python 2.7 and
Piotr Ożarowski [Sat, 16 Apr 2011 12:00:23 +0000 (14:00 +0200)]
Non-maintainer upload (just a rebuild to add Python 2.7 and
dropPython 2.5 support)

12 years agoRemove unused Breaks line.
Jelmer Vernooij [Wed, 9 Nov 2011 10:21:30 +0000 (11:21 +0100)]
Remove unused Breaks line.

13 years agoSwitch to debhelper 7, drop cdbs.
Jelmer Vernooij [Mon, 7 Mar 2011 15:06:41 +0000 (16:06 +0100)]
Switch to debhelper 7, drop cdbs.

13 years agoSwitch to dh_python2.
Jelmer Vernooij [Mon, 7 Mar 2011 14:44:06 +0000 (15:44 +0100)]
Switch to dh_python2.

13 years ago* Add watch file.
Jelmer Vernooij [Mon, 31 Jan 2011 01:32:09 +0000 (02:32 +0100)]
* Add watch file.
* Simplify test run code.

13 years agoFix changelog.
Jelmer Vernooij [Mon, 31 Jan 2011 00:59:13 +0000 (01:59 +0100)]
Fix changelog.

13 years agoMerge packaging branch.
Jelmer Vernooij [Mon, 31 Jan 2011 00:55:16 +0000 (01:55 +0100)]
Merge packaging branch.

13 years agoNew upstream release.
Jelmer Vernooij [Mon, 31 Jan 2011 00:45:59 +0000 (01:45 +0100)]
New upstream release.

13 years agoImport upstream version 0.9.0
Jelmer Vernooij [Mon, 31 Jan 2011 00:45:23 +0000 (01:45 +0100)]
Import upstream version 0.9.0

13 years agoStart on 0.9.1.
Jelmer Vernooij [Mon, 31 Jan 2011 00:44:49 +0000 (01:44 +0100)]
Start on 0.9.1.

13 years agorelease 0.9.0
Jelmer Vernooij [Mon, 31 Jan 2011 00:40:02 +0000 (01:40 +0100)]
release 0.9.0

13 years ago* New upstream snapshot.
Jelmer Vernooij [Sun, 30 Jan 2011 09:42:11 +0000 (10:42 +0100)]
* New upstream snapshot.
 + Fixes typo in setup.py. Thanks Jonathan Nieder. Closes: #611511

13 years agoImport upstream version 0.9.0~bzr299
Jelmer Vernooij [Sun, 30 Jan 2011 09:41:53 +0000 (10:41 +0100)]
Import upstream version 0.9.0~bzr299

13 years agoFix typo in setup.py
Jonathan Nieder [Sun, 30 Jan 2011 09:41:28 +0000 (10:41 +0100)]
Fix typo in setup.py

13 years agoMerge entry for unuploaded version.
Jelmer Vernooij [Thu, 6 Jan 2011 11:44:13 +0000 (12:44 +0100)]
Merge entry for unuploaded version.

13 years agoDepend on testtools 0.9.2.
Jelmer Vernooij [Mon, 13 Dec 2010 00:43:21 +0000 (01:43 +0100)]
Depend on testtools 0.9.2.

13 years agoRequire testtools 0.9.2 to run the test suite.
Jelmer Vernooij [Sun, 12 Dec 2010 03:59:19 +0000 (04:59 +0100)]
Require testtools 0.9.2 to run the test suite.

13 years agoImport upstream version 0.9.0~bzr298
Jelmer Vernooij [Sun, 12 Dec 2010 03:58:41 +0000 (04:58 +0100)]
Import upstream version 0.9.0~bzr298