mirror of
				https://github.com/liberatedsystems/openCom-Companion.git
				synced 2025-07-08 05:07:21 +02:00 
			
		
		
		
	Updated version, dependencies and build code
This commit is contained in:
		
							parent
							
								
									6eb10b566e
								
							
						
					
					
						commit
						dec30a3753
					
				@ -10,7 +10,7 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
 | 
			
		||||
 | 
			
		||||
version.regex = __version__ = ['"](.*)['"]
 | 
			
		||||
version.filename = %(source.dir)s/main.py
 | 
			
		||||
android.numeric_version = 20231101
 | 
			
		||||
android.numeric_version = 20231102
 | 
			
		||||
 | 
			
		||||
# Cryptography recipe is currently broken, using RNS-internal crypto for now
 | 
			
		||||
requirements = kivy==2.2.1,libbz2,pillow,qrcode==7.3.1,usb4a,usbserial4a
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
__debug_build__ = False
 | 
			
		||||
__disable_shaders__ = False
 | 
			
		||||
__version__ = "0.7.0"
 | 
			
		||||
__version__ = "0.7.1"
 | 
			
		||||
__variant__ = "beta"
 | 
			
		||||
 | 
			
		||||
import sys
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -82,7 +82,7 @@ setuptools.setup(
 | 
			
		||||
            'sideband=sbapp:main.run',
 | 
			
		||||
        ]
 | 
			
		||||
    },
 | 
			
		||||
    install_requires=["rns>=0.6.3", "lxmf>=0.3.7", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
 | 
			
		||||
    install_requires=["rns>=0.6.4", "lxmf>=0.3.4", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
 | 
			
		||||
    extras_require={
 | 
			
		||||
        "macos": ["pyobjus"],
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user