Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
53868af4
Unverified
Commit
53868af4
authored
Jul 10, 2020
by
Sébastien Eustace
Committed by
GitHub
Jul 10, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2648 from python-poetry/release-1.1.0a3
Release 1.1.0a3
parents
c7055be9
a50d87db
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
32 additions
and
13 deletions
+32
-13
.github/workflows/release.yml
+12
-7
CHANGELOG.md
+15
-1
make-nix-release.sh
+1
-1
poetry.lock
+0
-0
poetry/__version__.py
+1
-1
pyproject.toml
+1
-1
sonnet
+2
-2
No files found.
.github/workflows/release.yml
View file @
53868af4
...
...
@@ -57,16 +57,18 @@ jobs:
curl -L https://github.com/sdispater/python-binaries/releases/download/3.5.9/python-3.5.9.macos.tar.xz -o python-3.5.9.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.6.8/python-3.6.8.macos.tar.xz -o python-3.6.8.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.7.6/python-3.7.6.macos.tar.xz -o python-3.7.6.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.8.2/python-3.8.2.macos.tar.xz -o python-3.8.2.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.8.3/python-3.8.3.macos.tar.xz -o python-3.8.3.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.9.0b4/python-3.9.0b4.macos.tar.xz -o python-3.9.0b4.tar.xz
tar -zxf python-2.7.17.tar.xz
tar -zxf python-3.5.9.tar.xz
tar -zxf python-3.6.8.tar.xz
tar -zxf python-3.7.6.tar.xz
tar -zxf python-3.8.2.tar.xz
tar -zxf python-3.8.3.tar.xz
tar -zxf python-3.9.0b4.tar.xz
-
name
:
Build specific release
run
:
|
source $HOME/.poetry/env
poetry run python sonnet make release --ansi -P "2.7:python-2.7.17/bin/python" -P "3.5:python-3.5.9/bin/python" -P "3.6:python-3.6.8/bin/python" -P "3.7:python-3.7.6/bin/python" -P "3.8:python-3.8.
2
/bin/python"
poetry run python sonnet make release --ansi -P "2.7:python-2.7.17/bin/python" -P "3.5:python-3.5.9/bin/python" -P "3.6:python-3.6.8/bin/python" -P "3.7:python-3.7.6/bin/python" -P "3.8:python-3.8.
3/bin/python" -P "3.9:python-3.9.0b4
/bin/python"
-
name
:
Upload release file
uses
:
actions/upload-artifact@v1
with
:
...
...
@@ -106,22 +108,25 @@ jobs:
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.5.4/python-3.5.4.windows.tar.xz -O python-3.5.4.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.6.8/python-3.6.8.windows.tar.xz -O python-3.6.8.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.7.6/python-3.7.6.windows.tar.xz -O python-3.7.6.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.8.2/python-3.8.2.windows.tar.xz -O python-3.8.2.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.8.3/python-3.8.3.windows.tar.xz -O python-3.8.3.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.9.0b4/python-3.9.0b4.windows.tar.xz -O python-3.9.0b4.tar.xz
7z x python-2.7.17.tar.xz
7z x python-3.5.4.tar.xz
7z x python-3.6.8.tar.xz
7z x python-3.7.6.tar.xz
7z x python-3.8.2.tar.xz
7z x python-3.8.3.tar.xz
7z x python-3.9.0b4.tar.xz
7z x python-2.7.17.tar
7z x python-3.4.4.tar
7z x python-3.5.4.tar
7z x python-3.6.8.tar
7z x python-3.7.6.tar
7z x python-3.8.2.tar
7z x python-3.8.3.tar
7z x python-3.9.0b4.tar
-
name
:
Build specific release
run
:
|
$env:Path += ";$env:Userprofile\.poetry\bin"
poetry run python sonnet make release --ansi -P "2.7:python-2.7.17\python.exe" -P "3.5:python-3.5.4\python.exe" -P "3.6:python-3.6.8\python.exe" -P "3.7:python-3.7.6\python.exe" -P "3.8:python-3.8.
2
\python.exe"
poetry run python sonnet make release --ansi -P "2.7:python-2.7.17\python.exe" -P "3.5:python-3.5.4\python.exe" -P "3.6:python-3.6.8\python.exe" -P "3.7:python-3.7.6\python.exe" -P "3.8:python-3.8.
3\python.exe" -P "3.9:python-3.9.0b4
\python.exe"
-
name
:
Upload release file
uses
:
actions/upload-artifact@v1
with
:
...
...
CHANGELOG.md
View file @
53868af4
# Change Log
## [1.1.0a3] - 2020-07-10
### Added
-
New installer which provides a faster and better experience (
[
#2595
](
https://github.com/python-poetry/poetry/pull/2595
)
).
### Fixed
-
Fixed resolution error when handling duplicate dependencies with environment markers (
[
#2622
](
https://github.com/python-poetry/poetry/pull/2622
)
).
-
Fixed erroneous resolution errors when resolving packages to install (
[
#2625
](
https://github.com/python-poetry/poetry/pull/2625
)
).
-
Fixed errors when detecting installed editable packages (
[
#2602
](
https://github.com/python-poetry/poetry/pull/2602
)
).
## [1.1.0a2] - 2020-06-26
Note that lock files generated with this release are not compatible with previous releases of Poetry.
...
...
@@ -904,7 +917,8 @@ Initial release
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.1.0a2...develop
[
Unreleased
]:
https://github.com/python-poetry/poetry/compare/1.1.0a3...develop
[
1.1.0a3
]:
https://github.com/python-poetry/poetry/releases/tag/1.1.0a3
[
1.1.0a2
]:
https://github.com/python-poetry/poetry/releases/tag/1.1.0a2
[
1.1.0a1
]:
https://github.com/python-poetry/poetry/releases/tag/1.1.0a1
[
1.0.9
]:
https://github.com/python-poetry/poetry/releases/tag/1.0.9
...
...
make-nix-release.sh
View file @
53868af4
...
...
@@ -3,7 +3,7 @@
set
-e
test
-n
"
$PYTHON
"
||
PYTHON
=
"python3"
$PYTHON
get-poetry.py
-y
$PYTHON
get-poetry.py
-y
--preview
$PYTHON
$HOME
/.poetry/bin/poetry config virtualenvs.create
false
$PYTHON
$HOME
/.poetry/bin/poetry install
--no-dev
$PYTHON
$HOME
/.poetry/bin/poetry run python sonnet make release
\
...
...
poetry.lock
View file @
53868af4
This diff is collapsed.
Click to expand it.
poetry/__version__.py
View file @
53868af4
__version__
=
"1.1.0a
2
"
__version__
=
"1.1.0a
3
"
pyproject.toml
View file @
53868af4
[tool.poetry]
name
=
"poetry"
version
=
"1.1.0a
2
"
version
=
"1.1.0a
3
"
description
=
"Python dependency management and packaging made easy."
authors
=
[
"Sébastien Eustace <sebastien@eustace.io>"
...
...
sonnet
View file @
53868af4
...
...
@@ -110,8 +110,8 @@ class MakeReleaseCommand(Command):
).
stdout
)
env
=
VirtualEnv
(
Path
(
prefix
.
strip
()),
base
=
Path
(
prefix
.
strip
()))
with
package
.
with_python_versions
(
"~{}"
.
format
(
version
)):
solver
=
Solver
(
package
,
pool
,
Repository
(),
Repository
(),
self
.
io
)
solver
=
Solver
(
package
,
pool
,
Repository
(),
Repository
(),
self
.
io
)
with
solver
.
use_environment
(
env
):
ops
=
solver
.
solve
()
for
op
in
ops
:
if
not
env
.
is_valid_for_marker
(
op
.
package
.
marker
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment