forked from pool/python-micropipenv
		
	- update to 1.6.0:
* Possibility to override the default index URL via
    `MICROPIPENV_DEFAULT_INDEX_URLS`
  * Tests with Python 3.12 without setuptools by default in
    virtual environments
  * Test with pip=23.3.1
  * Fix comparing of packages' names in pyproject.toml and
    poetry.lock
  * Fix support for poetry main/dev groups
  * Fix compatibility with poetry 1.5+
  * Test with pip=23.0.1
  * Fix error for 'only-direct' when package entry has no
    explicit 'version' in the Pipfile (#256)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-micropipenv?expand=0&rev=3
			
			
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:09b7bf5a912b736a88c61fdaa87d63c4708680a95f4eb89ca0630dc239d2d1fa
 | 
			
		||||
size 185169
 | 
			
		||||
							
								
								
									
										3
									
								
								micropipenv-1.6.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								micropipenv-1.6.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:729510303b245754ebe23824987f43e8674b98dc5d00ab187fff8bc213131cf7
 | 
			
		||||
size 202912
 | 
			
		||||
@@ -1,3 +1,20 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Dec  7 22:12:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
 | 
			
		||||
 | 
			
		||||
- update to 1.6.0:
 | 
			
		||||
  * Possibility to override the default index URL via
 | 
			
		||||
    `MICROPIPENV_DEFAULT_INDEX_URLS`
 | 
			
		||||
  * Tests with Python 3.12 without setuptools by default in
 | 
			
		||||
    virtual environments
 | 
			
		||||
  * Test with pip=23.3.1
 | 
			
		||||
  * Fix comparing of packages' names in pyproject.toml and
 | 
			
		||||
    poetry.lock
 | 
			
		||||
  * Fix support for poetry main/dev groups
 | 
			
		||||
  * Fix compatibility with poetry 1.5+
 | 
			
		||||
  * Test with pip=23.0.1
 | 
			
		||||
  * Fix error for 'only-direct' when package entry has no
 | 
			
		||||
    explicit 'version' in the Pipfile (#256)
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Jan 13 22:45:34 UTC 2023 - Matej Cepl <mcepl@suse.com>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@
 | 
			
		||||
 | 
			
		||||
%define modname micropipenv
 | 
			
		||||
Name:           python-micropipenv
 | 
			
		||||
Version:        1.4.5
 | 
			
		||||
Version:        1.6.0
 | 
			
		||||
Release:        0
 | 
			
		||||
Summary:        Convert various requirements-type files to use with pip-tools
 | 
			
		||||
License:        LGPL-3.0-or-later
 | 
			
		||||
@@ -31,7 +31,7 @@ BuildRequires:  fdupes
 | 
			
		||||
BuildRequires:  python-rpm-macros
 | 
			
		||||
Requires:       python-pip
 | 
			
		||||
Requires(post): update-alternatives
 | 
			
		||||
Requires(postun): update-alternatives
 | 
			
		||||
Requires(postun):update-alternatives
 | 
			
		||||
Suggests:       python-toml
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
# SECTION test requirements
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user