mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 14:56:13 +00:00 
			
		
		
		
	added tests for Ubuntu "Mantic Minotaur"
This commit is contained in:
		
							
								
								
									
										10
									
								
								.DEBIAN/requirements-ubuntu-23.10.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								.DEBIAN/requirements-ubuntu-23.10.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					# https://packages.ubuntu.com
 | 
				
			||||||
 | 
					fastapi==0.101.0
 | 
				
			||||||
 | 
					uvicorn[standard]==0.23.2
 | 
				
			||||||
 | 
					python-jose[pycryptodome]==3.3.0
 | 
				
			||||||
 | 
					pycryptodome==3.11.0
 | 
				
			||||||
 | 
					python-dateutil==2.8.2
 | 
				
			||||||
 | 
					sqlalchemy==1.4.47
 | 
				
			||||||
 | 
					markdown==3.4.4
 | 
				
			||||||
 | 
					python-dotenv==1.0.0
 | 
				
			||||||
 | 
					jinja2==3.1.2
 | 
				
			||||||
@@ -140,6 +140,7 @@ test:
 | 
				
			|||||||
          - requirements.txt
 | 
					          - requirements.txt
 | 
				
			||||||
          - .DEBIAN/requirements-bookworm-12.txt
 | 
					          - .DEBIAN/requirements-bookworm-12.txt
 | 
				
			||||||
          - .DEBIAN/requirements-ubuntu-23.04.txt
 | 
					          - .DEBIAN/requirements-ubuntu-23.04.txt
 | 
				
			||||||
 | 
					          - .DEBIAN/requirements-ubuntu-23.10.txt
 | 
				
			||||||
  before_script:
 | 
					  before_script:
 | 
				
			||||||
    - apt-get update && apt-get install -y python3-dev gcc
 | 
					    - apt-get update && apt-get install -y python3-dev gcc
 | 
				
			||||||
    - pip install cython
 | 
					    - pip install cython
 | 
				
			||||||
@@ -201,7 +202,7 @@ test:debian:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
test:ubuntu:
 | 
					test:ubuntu:
 | 
				
			||||||
  extends: .test:linux
 | 
					  extends: .test:linux
 | 
				
			||||||
  image: ubuntu:23.04
 | 
					  image: ubuntu:23.10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test:archlinux:
 | 
					test:archlinux:
 | 
				
			||||||
  image: archlinux:base
 | 
					  image: archlinux:base
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -318,8 +318,9 @@ Packages are available here:
 | 
				
			|||||||
Successful tested with:
 | 
					Successful tested with:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Debian 12 (Bookworm)
 | 
					- Debian 12 (Bookworm)
 | 
				
			||||||
- Ubuntu 22.10 (Kinetic Kudu) (EOL!)
 | 
					- Ubuntu 22.10 (Kinetic Kudu) (EOL: July 20, 2023)
 | 
				
			||||||
- Ubuntu 23.04 (Lunar)
 | 
					- Ubuntu 23.04 (Lunar Lobster) (EOL: January 2024)
 | 
				
			||||||
 | 
					- Ubuntu 23.10 (Mantic Minotaur) (EOL: July 2024)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Not working with:
 | 
					Not working with:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user