Skip to content

Commit

Permalink
Change PyDev version to 10.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Apr 15, 2023
1 parent 819c935 commit e1f97b5
Show file tree
Hide file tree
Showing 43 changed files with 136 additions and 136 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="10.1.3.qualifier"
version="10.1.4.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="10.1.3.qualifier"/>
version="10.1.4.qualifier"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<plugin
id="org.python.pydev.shared_core"
download-size="160"
install-size="160"
version="10.1.3.qualifier"/>
version="10.1.4.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>10.1.3-SNAPSHOT</version>
<version>10.1.4-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>10.1.3-SNAPSHOT</version>
<version>10.1.4-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>10.1.3-SNAPSHOT</version>
<version>10.1.4-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>10.1.3-SNAPSHOT</version>
<version>10.1.4-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: 10.1.3.qualifier
Bundle-Version: 10.1.4.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="[10.1.3,10.1.4)",
org.python.pydev.core;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.parser;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
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>10.1.3-SNAPSHOT</version>
<version>10.1.4-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: 10.1.3.qualifier
Bundle-Version: 10.1.4.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="[10.1.3,10.1.4)",
org.python.pydev.core;bundle-version="[10.1.3,10.1.4)",
org.python.pydev;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.debug;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
org.python.pydev;bundle-version="[10.1.4,10.1.5)",
org.python.pydev.debug;bundle-version="[10.1.4,10.1.5)",
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="[10.1.3,10.1.4)",
org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)",
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>10.1.3-SNAPSHOT</version>
<version>10.1.4-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 @@ -2,7 +2,7 @@
Update the version:

cd /d X:\liclipsews\liclipsews\Pydev
python update_version.py 10.1.3
python update_version.py 10.1.4

x:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat

Expand All @@ -12,7 +12,7 @@ x:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat

x:
cd x:\liclipsews\liclipsews\Pydev
python update_version.py 10.1.3
python update_version.py 10.1.4


# TODO: Get debugger binaries from modules in pypi (either during build or when
Expand Down Expand Up @@ -62,9 +62,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 10.1.3.zip" features plugins
"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 10.1.4.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 10.1.3-sources.zip" origin/master
git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.1.4-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 @@ -73,51 +73,51 @@ 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 10.1.3/ -- choose file > file info > set default.
https://sourceforge.net/projects/pydev/files/pydev/PyDev 10.1.4/ -- 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-10.1.3-SNAPSHOT
mkdir org.python.pydev.p2-repo-10.1.4-SNAPSHOT

cd org.python.pydev.p2-repo-10.1.3-SNAPSHOT
cd org.python.pydev.p2-repo-10.1.4-SNAPSHOT

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

cdd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.1.3-SNAPSHOT
C:\Users\fabio\AppData\Roaming\npm\surge.cmd --domain pydev-10-1-3.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-10.1.3-SNAPSHOT"
cdd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.1.4-SNAPSHOT
C:\Users\fabio\AppData\Roaming\npm\surge.cmd --domain pydev-10-1-4.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-10.1.4-SNAPSHOT"


** Tag repository:
git tag pydev_10_1_3 -a -m "PyDev 10.1.3"
git tag pydev_10_1_4 -a -m "PyDev 10.1.4"
git push --tags

SET CONVERT_SOURCE=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.1.3-SNAPSHOT
SET CONVERT_FINAL_ZIP=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.1.3.zip
SET CONVERT_SOURCE=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.1.4-SNAPSHOT
SET CONVERT_FINAL_ZIP=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.1.4.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 10.1.3
python X:\release_tools\convert_to_github.py 10.1.4
Do GH release in:
https://github.com/fabioz/Pydev/releases/new?tag=pydev_10_1_3
https://github.com/fabioz/Pydev/releases/new?tag=pydev_10_1_4
Contents in: X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github

Title:
PyDev 10.1.3
PyDev 10.1.4

Message:

This release contains PyDev 10.1.3
This release contains PyDev 10.1.4

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

https://github.com/fabioz/Pydev/releases/download/pydev_10_1_3/
https://github.com/fabioz/Pydev/releases/download/pydev_10_1_4/

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

https://github.com/fabioz/Pydev/releases/download/pydev_10_1_3/PyDev.10.1.3.zip
https://github.com/fabioz/Pydev/releases/download/pydev_10_1_4/PyDev.10.1.4.zip


** Update homepage:
Expand Down
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: 10.1.3.qualifier
Bundle-Version: 10.1.4.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="[10.1.3,10.1.4)",
org.python.pydev;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
org.python.pydev;bundle-version="[10.1.4,10.1.5)",
org.junit;bundle-version="4.0";resolution:=optional,
org.eclipse.search,
org.python.pydev.shared_ui;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.core;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.parser;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)",
org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
org.eclipse.core.resources,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
org.python.pydev.refactoring;bundle-version="[10.1.3,10.1.4)",
com.python.pydev.analysis;bundle-version="[10.1.3,10.1.4)",
org.python.pydev.refactoring;bundle-version="[10.1.4,10.1.5)",
com.python.pydev.analysis;bundle-version="[10.1.4,10.1.5)",
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>10.1.3-SNAPSHOT</version>
<version>10.1.4-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: 10.1.3.qualifier
Bundle-Version: 10.1.4.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>10.1.3-SNAPSHOT</version>
<version>10.1.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
Loading

0 comments on commit e1f97b5

Please sign in to comment.