Releases: psgreco/pyafipws
Releases · psgreco/pyafipws
Dev Build 3.10.3036 fixes @ f4e6ce3
Features
- get all dependencies from the requirements.txt file automatically for the setup.py build process (HanslettTheDev)
- added the signing of certificates and refactored the code (HanslettTheDev)
- splitted the sign_tra function into 3 seperate functions and called each one from the sin tra section (HanslettTheDev)
- Added the sign_tra_openssl function (HanslettTheDev)
- use of a make command to carry out manual testing (HanslettTheDev)
- unit test case for the openssl signing (HanslettTheDev)
- removed the pytest code to resolve the conversation from the admin (HanslettTheDev)
- conditional in requirements.txt file to set max pillow version installation on 32bit systems (HanslettTheDev)
- installation of nsis and building of installer (HanslettTheDev)
- deploy the installer as a release artifact (HanslettTheDev)
- download proper version of VC redist (Mariano Reingart)
- removed vcredist suffix for 32/64 bits (Mariano Reingart)
- added functionality to the GH actions to deploy pyafipws installers to the release section (HanslettTheDev)
- added pip-tools usage and using requirements.in file instead (HanslettTheDev)
- removed requirements.in file and modified the setup.py file with the requirements (HanslettTheDev)
- adding unit tests for wsfev1 based on issue reingart#107 (HanslettTheDev)
- github action deploy yml file (HanslettTheDev)
- added a step to check the installation (HanslettTheDev)
- added a comprehensive test for the module (HanslettTheDev)
- readme now used as the long description text (HanslettTheDev)
- removed dependency link option (HanslettTheDev)
- windows-installer: update build process and add PyI25 COM server tests #123 (SONIABHISHEK121)
Bug Fixes
- added a missing comma in the setup function (HanslettTheDev)
- cleared a glitch that caused setup.py to fail (HanslettTheDev)
- removed the version number (HanslettTheDev)
- added the return statements (HanslettTheDev)
- modified make file command names for clarity (HanslettTheDev)
- changed to a split function to prevent future bug error if cryptography version > 100 (HanslettTheDev)
- added the = operator for safer cryptography comparisons (HanslettTheDev)
- removed the requirements.txt file to prevent merge conflicts (HanslettTheDev)
- fixed requirements.txt file to prevent merge conflicts (HanslettTheDev)
- fixed requirements.txt file to prevent merge conflicts (HanslettTheDev)
- fixed requirements.txt file to prevent merge conflicts (HanslettTheDev)
- removed development dependencies and moved optional dependencies to extras_require (HanslettTheDev)
- removed the environment markers for pysimplesoap (HanslettTheDev)
- moved pysimplesoap to the dependency_links option (HanslettTheDev)
- added the comma to fix install package dependency (HanslettTheDev)
- el parche relacionado al error de DH_KEY_TOO_SMALL debe aplicarse a macOS también #114 (Cristián Pérez)
Builds
- deps: bump actions/download-artifact in /.github/workflows #118 (dependabot[bot])
Commits
- 8fefc96: Publish Windows pre-release w/ GH Action (Mariano Reingart) #97
- 0224804: Add dependency on previous GH action job (Mariano Reingart) #97
- 0bcc479: Split test / release GH action jobs (Mariano Reingart) #97
- 0c1a5dc: Download build artifact & move test cert/ini step (Mariano Reingart) #97
- 04c7a60: Tag pre-release (required) (Mariano Reingart) #97
- ccbf6a7: Fix destination path after GH Action download (Mariano Reingart) #97
- f76b7e1: Zip dist to be released (Mariano Reingart) #97
- ba64ec0: Only run action once on push (Mariano Reingart) #97
- 4ef6ee2: Pin ticket number and hash in release (Mariano Reingart) #97
- f65fac9: Fix missing win32 library not detected by py2exe (Mariano Reingart) #97
- a9edf31: Fix import error in py2exe windows exe built (Mariano Reingart) #97
- 05cc2dd: Test win32 COM Server automation (Mariano Reingart) #97
- ffd002a: Fix automation test (Mariano Reingart) #97
- b11cc40: Remove win32 python automation due DLL conflict (Mariano Reingart) #97
- b147415: Windows Automation test for WSFEv1 (Mariano Reingart) #97
- 22a64c3: Use Windows Server 2022 for GH Action (Mariano Reingart) #97
- 8c34e80: Split & check component registration WSAA/WSFEv1 (Mariano Reingart) #97
- b117d0d: Build a console script to debug registration (Mariano Reingart) #97
- 18b8d3e: Print WSFEv1 registration error log for debugging (Mariano Reingart) #97
- 28228c1: Revert WSAA to com_server and fix WSFEv1 script (Mariano Reingart) #97
- 0372c84: Rename windows executables, and revert com_server (Mariano Reingart) #97
- 9d5e8b1: Fix installer template for new py2exe executables (Mariano Reingart) #97
- add523a: Cleanup installer old py2exe code (Mariano Reingart) #97
- 38cd518: Fix version number (Mariano Reingart) #97
- bbf212b: Build & test for 32 and 64 bits in windows (Mariano Reingart) #97
- ea4d6e2: Install python for 32 and 64 bits (Mariano Reingart) #97
- f5ffc97: Release latest tagging (Mariano Reingart) #97
- f230d98: Remove auto skip if check fails (Mariano Reingart) #97
- c35e277: Fix wsaa check (Mariano Reingart) [reingart#97](https://github.com/reingart/pya...