Skip to content

Commit

Permalink
Update PyDev to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 3, 2021
1 parent 2453967 commit 473ba32
Show file tree
Hide file tree
Showing 44 changed files with 137 additions and 137 deletions.
34 changes: 17 additions & 17 deletions features/org.python.pydev.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build matches when doing a replace (so, the version of the xml has some extra sp
<feature
id="org.python.pydev.feature"
label="PyDev for Eclipse"
version="9.0.1.qualifier"
version="9.1.0.qualifier"
provider-name="Fabio Zadrozny"
plugin="org.python.pydev">

Expand Down Expand Up @@ -130,96 +130,96 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="org.python.pydev.core"
download-size="188"
install-size="188"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.parser"
download-size="444"
install-size="444"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.ast"
download-size="20"
install-size="20"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.jython"
download-size="4280"
install-size="4280"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.help"
download-size="300"
install-size="300"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev"
download-size="2440"
install-size="2440"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.debug"
download-size="1350"
install-size="1350"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.refactoring"
download-size="504"
install-size="504"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.customizations"
download-size="300"
install-size="300"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.django"
download-size="300"
install-size="300"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="com.python.pydev.analysis"
download-size="240"
install-size="240"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="com.python.pydev.debug"
download-size="56"
install-size="56"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="com.python.pydev.refactoring"
download-size="160"
install-size="160"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.shared_interactive_console"
download-size="160"
install-size="160"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.shared_ui"
download-size="160"
install-size="160"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

<plugin
id="org.python.pydev.shared_core"
download-size="160"
install-size="160"
version="9.0.1.qualifier"/>
version="9.1.0.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion features/org.python.pydev.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.python.pydev.mylyn.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.python.pydev.p2-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>parent</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>features</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Analysis Plug-in
Bundle-SymbolicName: com.python.pydev.analysis; singleton:=true
Bundle-Version: 9.0.1.qualifier
Bundle-Version: 9.1.0.qualifier
Bundle-Activator: com.python.pydev.analysis.AnalysisPlugin
Bundle-Vendor: Brainwy Software Ltda
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.core.runtime,
org.junit;bundle-version="4.0";resolution:=optional,
org.eclipse.text,
org.python.pydev.ast;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.core;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.parser;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.ast;bundle-version="[9.1.0,9.1.1)",
org.python.pydev.core;bundle-version="[9.1.0,9.1.1)",
org.python.pydev.parser;bundle-version="[9.1.0,9.1.1)",
org.eclipse.core.resources,
org.eclipse.ltk.core.refactoring,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
12 changes: 6 additions & 6 deletions plugins/com.python.pydev.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Extensions Debug Plug-in
Bundle-SymbolicName: com.python.pydev.debug; singleton:=true
Bundle-Version: 9.0.1.qualifier
Bundle-Version: 9.1.0.qualifier
Bundle-Activator: com.python.pydev.debug.DebugPlugin
Bundle-Vendor: Brainwy Software Ltda
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.python.pydev.ast;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.core;bundle-version="[9.0.1,9.0.2)",
org.python.pydev;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.debug;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.ast;bundle-version="[9.1.0,9.1.1)",
org.python.pydev.core;bundle-version="[9.1.0,9.1.1)",
org.python.pydev;bundle-version="[9.1.0,9.1.1)",
org.python.pydev.debug;bundle-version="[9.1.0,9.1.1)",
org.eclipse.debug.core,
org.eclipse.core.resources,
org.eclipse.debug.ui,
org.junit;bundle-version="4.0";resolution:=optional,
org.python.pydev.shared_ui;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.shared_ui;bundle-version="[9.1.0,9.1.1)",
org.eclipse.ui.console
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: debug.jar
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
40 changes: 20 additions & 20 deletions plugins/com.python.pydev.docs/release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Update the version:

x:
cd x:\pydev
python update_version.py 9.0.1
python update_version.py 9.1.0

X:\pydev\builders\org.python.pydev.build\build_cmd.bat
C:\bin\Miniconda\envs\tests_py27\python.exe X:\release_tools\pydev_uploader_bintray.py -s X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\repository -d https://api.bintray.com/content/fabioz/pydev/nightly/
Expand All @@ -14,7 +14,7 @@ C:\bin\Miniconda\envs\tests_py27\python.exe X:\release_tools\pydev_uploader_bint

x:
cd x:\pydev
python update_version.py 9.0.1
python update_version.py 9.1.0

Make sure debugger builtins are updated and commited:

Expand Down Expand Up @@ -58,9 +58,9 @@ copy X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\rep

x:
cd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable
"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 9.0.1.zip" features plugins
"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 9.1.0.zip" features plugins
cd X:\pydev_build\build_dir\pydev
git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 9.0.1-sources.zip" origin/master
git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 9.1.0-sources.zip" origin/master

** Submit feature and sources .zip in folder X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable to:

Expand All @@ -69,47 +69,47 @@ git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo
Note: check pageant if it does not connect.

Check if the main download button points to the proper place (not to the sources) --
https://sourceforge.net/projects/pydev/files/pydev/PyDev 9.0.1/ -- choose file > file info > set default.
https://sourceforge.net/projects/pydev/files/pydev/PyDev 9.1.0/ -- choose file > file info > set default.


** Add contents to the update site


cd /D X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\

mkdir org.python.pydev.p2-repo-9.0.1-SNAPSHOT
mkdir org.python.pydev.p2-repo-9.1.0-SNAPSHOT

cd org.python.pydev.p2-repo-9.0.1-SNAPSHOT
cd org.python.pydev.p2-repo-9.1.0-SNAPSHOT

"C:\Program Files\7-Zip\7z" x ..\org.python.pydev.p2-repo-9.0.1-SNAPSHOT.zip
"C:\Program Files\7-Zip\7z" x ..\org.python.pydev.p2-repo-9.1.0-SNAPSHOT.zip

cdd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-9.0.1-SNAPSHOT
C:\Users\fabio\AppData\Roaming\npm\surge.cmd --domain pydev-9-0-1.surge.sh
"C:\Program Files\FileZilla FTP Client\filezilla.exe" sftp://fabioz,pydev@frs.sourceforge.net/home/project-web/pydev/htdocs/pydev_update_site --local="X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-9.0.1-SNAPSHOT"
cdd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-9.1.0-SNAPSHOT
C:\Users\fabio\AppData\Roaming\npm\surge.cmd --domain pydev-9-1-0.surge.sh
"C:\Program Files\FileZilla FTP Client\filezilla.exe" sftp://fabioz,pydev@frs.sourceforge.net/home/project-web/pydev/htdocs/pydev_update_site --local="X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-9.1.0-SNAPSHOT"


** Tag repository:
git tag pydev_9_0_1 -a -m "PyDev 9.0.1"
git tag pydev_9_1_0 -a -m "PyDev 9.1.0"
git push --tags

SET CONVERT_SOURCE=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-9.0.1-SNAPSHOT
SET CONVERT_FINAL_ZIP=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 9.0.1.zip
SET CONVERT_SOURCE=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-9.1.0-SNAPSHOT
SET CONVERT_FINAL_ZIP=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 9.1.0.zip
SET CONVERT_TARGET_DIR=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github
python X:\release_tools\convert_to_github.py 9.0.1
python X:\release_tools\convert_to_github.py 9.1.0
Do GH release in:
https://github.com/fabioz/Pydev/releases/new?tag=pydev_9_0_1
https://github.com/fabioz/Pydev/releases/new?tag=pydev_9_1_0
Contents in: X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github
Message:

This release contains PyDev 9.0.1
This release contains PyDev 9.1.0

It's possible to add it as an Eclipse update site using the url:

https://github.com/fabioz/Pydev/releases/download/pydev_9_0_1/
https://github.com/fabioz/Pydev/releases/download/pydev_9_1_0/

Or get a .zip to install manually by unzipping it in the dropins:

https://github.com/fabioz/Pydev/releases/download/pydev_9_0_1/PyDev.9.0.1.zip
https://github.com/fabioz/Pydev/releases/download/pydev_9_1_0/PyDev.9.1.0.zip


** Update homepage:
Expand All @@ -134,5 +134,5 @@ python deploy.py
** Update the versions:
x:
cd x:\pydev
python update_version.py 9.0.1
python update_version.py 9.1.0

16 changes: 8 additions & 8 deletions plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Refactoring Plug-in
Bundle-SymbolicName: com.python.pydev.refactoring; singleton:=true
Bundle-Version: 9.0.1.qualifier
Bundle-Version: 9.1.0.qualifier
Bundle-Activator: com.python.pydev.refactoring.RefactoringPlugin
Bundle-Vendor: Brainwy Software Ltda
Bundle-Localization: plugin
Expand All @@ -13,18 +13,18 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.python.pydev.ast;bundle-version="[9.0.1,9.0.2)",
org.python.pydev;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.ast;bundle-version="[9.1.0,9.1.1)",
org.python.pydev;bundle-version="[9.1.0,9.1.1)",
org.junit;bundle-version="4.0";resolution:=optional,
org.eclipse.search,
org.python.pydev.shared_ui;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.core;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.parser;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.shared_ui;bundle-version="[9.1.0,9.1.1)",
org.python.pydev.core;bundle-version="[9.1.0,9.1.1)",
org.python.pydev.parser;bundle-version="[9.1.0,9.1.1)",
org.eclipse.core.resources,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
org.python.pydev.refactoring;bundle-version="[9.0.1,9.0.2)",
com.python.pydev.analysis;bundle-version="[9.0.1,9.0.2)",
org.python.pydev.refactoring;bundle-version="[9.1.0,9.1.1)",
com.python.pydev.analysis;bundle-version="[9.1.0,9.1.1)",
org.eclipse.jdt.core;resolution:=optional,
org.eclipse.jdt.ui;resolution:=optional
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.refactoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Runalltests2 Plug-in
Bundle-SymbolicName: com.python.pydev.runalltests
Bundle-Version: 9.0.1.qualifier
Bundle-Version: 9.1.0.qualifier
Bundle-Activator: com.python.pydev.runalltests2.Activator
Eclipse-BundleShape: dir
Bundle-Vendor: Brainwy Software Ltda
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.runalltests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
Loading

0 comments on commit 473ba32

Please sign in to comment.