ccfx 1.1.1__tar.gz → 1.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ccfx
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: This package simplifies regular common actions for quick prototyping in a user friendly way
5
5
  Author-email: Celray James CHAWANDA <celray@chawanda.com>
6
6
  License-Expression: MIT
@@ -575,7 +575,7 @@ Please ensure your changes don't break existing functionality and add tests for
575
575
 
576
576
  ## Changelog
577
577
 
578
- ### Version 1.1.1 (Current)
578
+ ### Version 1.1.2 (Current)
579
579
  - Enhanced geospatial processing capabilities
580
580
  - Improved database connectivity options
581
581
  - Added comprehensive multimedia support
@@ -542,7 +542,7 @@ Please ensure your changes don't break existing functionality and add tests for
542
542
 
543
543
  ## Changelog
544
544
 
545
- ### Version 1.1.1 (Current)
545
+ ### Version 1.1.2 (Current)
546
546
  - Enhanced geospatial processing capabilities
547
547
  - Improved database connectivity options
548
548
  - Added comprehensive multimedia support
@@ -1867,6 +1867,8 @@ def dualProgress(primaryCount: int, primaryEnd: int,
1867
1867
  filledSecondary = 0
1868
1868
  else:
1869
1869
  filledShadow = 0
1870
+ darkBlock = denseBlock
1871
+
1870
1872
  filledSecondary = int(barLength * secondaryCount / secondaryEnd) if secondaryEnd > 0 else barLength
1871
1873
  filledSecondary = filledSecondary - filledPrimary
1872
1874
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ccfx
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: This package simplifies regular common actions for quick prototyping in a user friendly way
5
5
  Author-email: Celray James CHAWANDA <celray@chawanda.com>
6
6
  License-Expression: MIT
@@ -575,7 +575,7 @@ Please ensure your changes don't break existing functionality and add tests for
575
575
 
576
576
  ## Changelog
577
577
 
578
- ### Version 1.1.1 (Current)
578
+ ### Version 1.1.2 (Current)
579
579
  - Enhanced geospatial processing capabilities
580
580
  - Improved database connectivity options
581
581
  - Added comprehensive multimedia support
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ccfx"
7
- version = "1.1.1"
7
+ version = "1.1.2"
8
8
  description = "This package simplifies regular common actions for quick prototyping in a user friendly way"
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes