File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7777
7878buildPythonPackage {
7979 pname = "ocflib" ;
80- version = "2025-08-28 " ;
80+ version = "2025-10-16 " ;
8181 format = "pyproject" ;
8282 disabled = pythonOlder "3.7" ;
8383 src = ./. ;
Original file line number Diff line number Diff line change 77from ocflib .account .utils import is_in_group
88from ocflib .infra import mysql
99
10- WEEKDAY_QUOTA = 20
11- WEEKEND_QUOTA = 20
10+ WEEKDAY_QUOTA = 30
11+ WEEKEND_QUOTA = 30
1212SEMESTERLY_QUOTA = 200
1313
1414# Per BoD decision of 2017-04-24, the rules for making changes to the printing
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ocflib"
3- version = " 2025.8.30 "
3+ version = " 2025.10.16 "
44description = " libraries for account and server management"
55authors = [
" Open Computing Facility <[email protected] >" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 55 with open ('.version' ) as f :
66 VERSION = f .readline ().strip ()
77except IOError :
8- VERSION = '2025.8.28 '
8+ VERSION = '2025.10.16 '
99
1010setup (
1111 name = 'ocflib' ,
You can’t perform that action at this time.
0 commit comments