Skip to content

Commit

Permalink
PyDev release 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed May 27, 2024
1 parent dd51b89 commit ceede05
Show file tree
Hide file tree
Showing 43 changed files with 123 additions and 123 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="12.0.0.qualifier"
version="12.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="12.0.0.qualifier"/>
version="12.1.0.qualifier"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<plugin
id="org.python.pydev.shared_core"
download-size="160"
install-size="160"
version="12.0.0.qualifier"/>
version="12.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>12.0.0-SNAPSHOT</version>
<version>12.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>12.0.0-SNAPSHOT</version>
<version>12.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>12.0.0-SNAPSHOT</version>
<version>12.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: 12.0.0.qualifier
Bundle-Version: 12.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="[12.0.0,12.0.1)",
org.python.pydev.core;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.parser;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.ast;bundle-version="[12.1.0,12.1.1)",
org.python.pydev.core;bundle-version="[12.1.0,12.1.1)",
org.python.pydev.parser;bundle-version="[12.1.0,12.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>12.0.0-SNAPSHOT</version>
<version>12.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: 12.0.0.qualifier
Bundle-Version: 12.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="[12.0.0,12.0.1)",
org.python.pydev.core;bundle-version="[12.0.0,12.0.1)",
org.python.pydev;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.debug;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.ast;bundle-version="[12.1.0,12.1.1)",
org.python.pydev.core;bundle-version="[12.1.0,12.1.1)",
org.python.pydev;bundle-version="[12.1.0,12.1.1)",
org.python.pydev.debug;bundle-version="[12.1.0,12.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="[12.0.0,12.0.1)",
org.python.pydev.shared_ui;bundle-version="[12.1.0,12.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>12.0.0-SNAPSHOT</version>
<version>12.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
14 changes: 7 additions & 7 deletions plugins/com.python.pydev.docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python x:\liclipsews\pydev.page\build_homepage.py

## Commit everything and merge with master (homepage at: x:\liclipsews\pydev.page and X:\liclipsews\liclipsews\Pydev repo)

mu acp "PyDev release 12.0.0"
mu acp "PyDev release 12.1.0"

## Do build:

Expand All @@ -42,8 +42,8 @@ python -m dev add_to_update_site_mirror

## Tag repository (needed so that GitHub can reference it later)

git tag pydev_12_0_0 -a -m "PyDev 12.0.0"
git push --tag origin pydev_12_0_0
git tag pydev_12_1_0 -a -m "PyDev 12.1.0"
git push --tag origin pydev_12_1_0

## Create release in Github Releases

Expand All @@ -52,19 +52,19 @@ python -m dev add_to_github
Contents in: X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github

### Title:
PyDev 12.0.0
PyDev 12.1.0

### Message:

This release contains PyDev 12.0.0
This release contains PyDev 12.1.0

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

https://github.com/fabioz/Pydev/releases/download/pydev_12_0_0/
https://github.com/fabioz/Pydev/releases/download/pydev_12_1_0/

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

https://github.com/fabioz/Pydev/releases/download/pydev_12_0_0/PyDev.12.0.0.zip
https://github.com/fabioz/Pydev/releases/download/pydev_12_1_0/PyDev.12.1.0.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: 12.0.0.qualifier
Bundle-Version: 12.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="[12.0.0,12.0.1)",
org.python.pydev;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.ast;bundle-version="[12.1.0,12.1.1)",
org.python.pydev;bundle-version="[12.1.0,12.1.1)",
org.junit;bundle-version="4.0";resolution:=optional,
org.eclipse.search,
org.python.pydev.shared_ui;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.core;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.parser;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.shared_ui;bundle-version="[12.1.0,12.1.1)",
org.python.pydev.core;bundle-version="[12.1.0,12.1.1)",
org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)",
org.eclipse.core.resources,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
org.python.pydev.refactoring;bundle-version="[12.0.0,12.0.1)",
com.python.pydev.analysis;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.refactoring;bundle-version="[12.1.0,12.1.1)",
com.python.pydev.analysis;bundle-version="[12.1.0,12.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>12.0.0-SNAPSHOT</version>
<version>12.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: 12.0.0.qualifier
Bundle-Version: 12.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>12.0.0-SNAPSHOT</version>
<version>12.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
6 changes: 3 additions & 3 deletions plugins/org.python.pydev.ast/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ast Plug-in
Bundle-SymbolicName: org.python.pydev.ast; singleton:=true
Bundle-Version: 12.0.0.qualifier
Bundle-Version: 12.1.0.qualifier
Bundle-ClassPath: ast.jar
Bundle-Activator: org.python.pydev.ast.AstPlugin
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,
org.python.pydev.core;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.core;bundle-version="[12.1.0,12.1.1)",
org.eclipse.text,
org.python.pydev.parser;bundle-version="[12.0.0,12.0.1)",
org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)",
org.eclipse.core.variables,
org.eclipse.debug.core
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.ast/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>12.0.0-SNAPSHOT</version>
<version>12.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.python.pydev.core/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: Core Plug-in
Bundle-SymbolicName: org.python.pydev.core;singleton:=true
Bundle-Version: 12.0.0.qualifier
Bundle-Version: 12.1.0.qualifier
Bundle-ClassPath: core.jar
Bundle-Activator: org.python.pydev.core.CorePlugin
Bundle-Vendor: Brainwy Software Ltda
Expand All @@ -13,7 +13,7 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional,
org.eclipse.core.filebuffers,
org.eclipse.core.variables,
org.eclipse.text,
org.python.pydev.shared_core;bundle-version="[12.0.0,12.0.1)";visibility:=reexport,
org.python.pydev.shared_core;bundle-version="[12.1.0,12.1.1)";visibility:=reexport,
org.eclipse.ltk.core.refactoring,
org.eclipse.core.filesystem
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.core/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>12.0.0-SNAPSHOT</version>
<version>12.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.core/typeshed
Submodule typeshed updated 1869 files
Loading

0 comments on commit ceede05

Please sign in to comment.