wip/60049-upstream-upgrade-3-1 #1

Open
nroche wants to merge 18 commits from wip/60049-upstream-upgrade-3-1 into master
Owner

Dernière version (du 2023-08-13)
https://github.com/akretion/factur-x

Dernière version (du 2023-08-13) https://github.com/akretion/factur-x
nroche added 19 commits 2024-03-01 17:30:03 +01:00
fa1760c0ca Add support for Order-X: add XSD, update code and scripts.
Bump version to 2.0
Add lang argument to methods generate_from_file() and generate_from_binary()
Add afrelationship argument to methods generate_from_file() and generate_from_binary() and also add it as key in the attachments dict. Allows to set the /AFRelationship PDF property for all attachments.
Update README to prepare 2.0 release
a54d8e9564 Update Order-X XSD
Bump version number to 2.1
508a6c838e Add support for ZUGFeRD 1.0 in get_level()
xml_check_xsd(): avoid warning "Use specific 'len(elem)' or 'elem is not None' test instead"
Bump version to 2.5
0d354d4cf4 Migrate from PyPDF4 (unmaintained) to pypdf
In the scripts, replace /usr/bin/python3 by /usr/bin/env python
Remove support for Python 2.7
Bump version to 3.0
Update README
Add flake8 config file
852c88d1cc [FIX] isinstance check for xml
This bug was introduced when removing python 2.7 support
51a6718aef Keep bookmarks, annotations, etc. from input PDF file.
To keep bookmarks, annotations, etc. we use the method clone_document_from_reader() of pypdf instead of append_pages_from_reader()

Bump version to 3.1
Author
Owner

Je n'ai pas vu de régression :

  • en lançant les test avec cette version de facturex
  • en "imprimant" (génération d'un PDF) une facture avec Barba en local avec cette version de facturex
Je n'ai pas vu de régression : * en lançant les test avec cette version de facturex * en "imprimant" (génération d'un PDF) une facture avec Barba en local avec cette version de facturex
nroche force-pushed wip/60049-upstream-upgrade-3-1 from d16e721734 to 906da63c2b 2024-03-01 17:46:27 +01:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b wip/60049-upstream-upgrade-3-1 master
git pull origin wip/60049-upstream-upgrade-3-1

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff wip/60049-upstream-upgrade-3-1
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/debian-factur-x#1
No description provided.