Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • software_public/passoft/bline
1 result
Show changes
Commits on Source (2)
......@@ -105,3 +105,6 @@ ENV/
.idea/
.DS_Store
# vscode
.vscode/
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.2.0.0'
__version__ = '2024.2.0.1'
......@@ -21,7 +21,7 @@ from urllib.request import urlopen, urlretrieve
PROGSystem = platform[:3].lower()
PROG_NAME = "BLINE"
PROG_NAMELC = "bline"
PROG_VERSION = "2023.2.0.0"
PROG_VERSION = "2024.2.0.1"
PROG_LONGNAME = "Command Line Baler Control Program"
PROG_SETUPSVERS = "A"
......
package:
name: bline
version: 2023.2.0.0
version: 2024.2.0.1
source:
path: ../
......@@ -13,6 +13,7 @@ requirements:
build:
- python >=3.9
- pip
- setuptools
run:
- python >=3.9
- psutil
......
......@@ -43,6 +43,6 @@ setup(
name='bline',
packages=find_packages(include=['bline']),
url='https://git.passcal.nmt.edu/software_public/passoft/bline',
version='2023.2.0.0',
version='2024.2.0.1',
zip_safe=False,
)